mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-12 23:54:38 +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 = [];
|
const clientConnections = [];
|
||||||
exports.clientConnections = clientConnections;
|
exports.clientConnections = clientConnections;
|
||||||
|
|
||||||
function getActiveConnections() {
|
function getActiveConnections() { return clientConnections; }
|
||||||
return clientConnections;
|
|
||||||
}
|
|
||||||
|
|
||||||
function getActiveNodeList(authUsersOnly) {
|
function getActiveNodeList(authUsersOnly) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue