mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
fix lint
This commit is contained in:
@@ -391,7 +391,7 @@ authenticationController.onSuccessfulLogin = function (req, uid, callback) {
|
||||
},
|
||||
function (next) {
|
||||
user.updateOnlineUsers(uid, next);
|
||||
}
|
||||
},
|
||||
], function (err) {
|
||||
next(err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user