Formatting
This commit is contained in:
parent
ef6c21e48e
commit
3319e8d7f9
|
@ -16,9 +16,7 @@ exports.removeClient = removeClient;
|
||||||
const clientConnections = [];
|
const clientConnections = [];
|
||||||
exports.clientConnections = clientConnections;
|
exports.clientConnections = clientConnections;
|
||||||
|
|
||||||
function getActiveConnections() {
|
function getActiveConnections() { return clientConnections; }
|
||||||
return clientConnections;
|
|
||||||
}
|
|
||||||
|
|
||||||
function getActiveNodeList(authUsersOnly) {
|
function getActiveNodeList(authUsersOnly) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue