mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 06:26:14 +02:00
A lot of code tidy up
This commit is contained in:
parent
fd86293dbe
commit
9e9dc9af89
16 changed files with 144 additions and 140 deletions
|
@ -507,9 +507,10 @@ function listUsers() {
|
|||
},
|
||||
(userList, callback) => {
|
||||
userList.forEach(user => {
|
||||
|
||||
console.info(`${user.userId}: ${user.userName}`);
|
||||
});
|
||||
|
||||
return callback(null);
|
||||
},
|
||||
],
|
||||
err => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue