mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
Formatting
This commit is contained in:
parent
ef6c21e48e
commit
3319e8d7f9
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ exports.removeClient = removeClient;
|
|||
const clientConnections = [];
|
||||
exports.clientConnections = clientConnections;
|
||||
|
||||
function getActiveConnections() {
|
||||
return clientConnections;
|
||||
}
|
||||
function getActiveConnections() { return clientConnections; }
|
||||
|
||||
function getActiveNodeList(authUsersOnly) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue