mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
ESlint object-curly-spacing
This commit is contained in:
@@ -71,7 +71,7 @@ module.exports = function (Posts) {
|
||||
Posts.parseSignature(userData, uid, next);
|
||||
},
|
||||
customProfileInfo: function (next) {
|
||||
plugins.fireHook('filter:posts.custom_profile_info', {profile: [], uid: userData.uid}, next);
|
||||
plugins.fireHook('filter:posts.custom_profile_info', { profile: [], uid: userData.uid }, next);
|
||||
},
|
||||
}, function (err, results) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user