From fb58e23914a6063de39d6670b731a81a8bdef104 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 5 Apr 2019 12:32:19 -0400 Subject: [PATCH] fix lint --- src/controllers/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/authentication.js b/src/controllers/authentication.js index ba0d3da0d1..fa27ecaa31 100644 --- a/src/controllers/authentication.js +++ b/src/controllers/authentication.js @@ -391,7 +391,7 @@ authenticationController.onSuccessfulLogin = function (req, uid, callback) { }, function (next) { user.updateOnlineUsers(uid, next); - } + }, ], function (err) { next(err); });