mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = function (User) {
|
||||
}
|
||||
User.getUserFields(uid, ['username', 'userslug', 'fullname', 'email'], next);
|
||||
},
|
||||
function (_userData, next) {
|
||||
function (_userData, next) {
|
||||
userData = _userData;
|
||||
plugins.fireHook('static:user.delete', {uid: uid}, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user