mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-13 16:10:43 +01:00
running eslint again
This commit is contained in:
@@ -140,7 +140,7 @@ module.exports = function (User) {
|
||||
if (userNameChanged) {
|
||||
User.notifications.sendNameChangeNotification(userData.uid, userData.username);
|
||||
}
|
||||
plugins.fireHook('action:user.create', {user: userData});
|
||||
plugins.fireHook('action:user.create', { user: userData });
|
||||
next(null, userData.uid);
|
||||
},
|
||||
], callback);
|
||||
|
||||
Reference in New Issue
Block a user