mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
getActiveNodeList -> getActiveConnectionList (be consistent)
This commit is contained in:
parent
5a74cdc8d9
commit
d8f0708310
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ const moment = require('moment');
|
|||
const hashids = require('hashids');
|
||||
|
||||
exports.getActiveConnections = getActiveConnections;
|
||||
exports.getActiveNodeList = getActiveNodeList;
|
||||
exports.getActiveConnectionList = getActiveConnectionList;
|
||||
exports.addNewClient = addNewClient;
|
||||
exports.removeClient = removeClient;
|
||||
exports.getConnectionByUserId = getConnectionByUserId;
|
||||
|
@ -26,7 +26,7 @@ function getActiveConnections(authUsersOnly = false) {
|
|||
});
|
||||
}
|
||||
|
||||
function getActiveNodeList(authUsersOnly) {
|
||||
function getActiveConnectionList(authUsersOnly) {
|
||||
|
||||
if(!_.isBoolean(authUsersOnly)) {
|
||||
authUsersOnly = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue