Formatting
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user