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