chore(eslint): run eslint --fix
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
committed by
Erik Michelson
parent
a11c05b477
commit
c437366c33
@@ -242,7 +242,7 @@ function getStatus (callback) {
|
||||
})
|
||||
models.User.count().then(function (regcount) {
|
||||
return callback
|
||||
// eslint-disable-next-line n/no-callback-literal
|
||||
|
||||
? callback({
|
||||
onlineNotes: Object.keys(notes).length,
|
||||
onlineUsers: Object.keys(users).length,
|
||||
|
||||
Reference in New Issue
Block a user