mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
ESlint one-var, fix comma-dangle
This commit is contained in:
@@ -343,7 +343,8 @@ authenticationController.localLogin = function (req, username, password, next) {
|
||||
}
|
||||
|
||||
var userslug = utils.slugify(username);
|
||||
var uid, userData = {};
|
||||
var uid;
|
||||
var userData = {};
|
||||
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user