mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 14:31:43 +02:00
all your semi-colons are belongs to me
This commit is contained in:
@@ -49,5 +49,5 @@ module.exports = function(User) {
|
||||
async.apply(db.delete, 'loginAttempts:' + uid),
|
||||
async.apply(db.delete, 'lockout:' + uid)
|
||||
], callback);
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user