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