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