mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
ESlint object-curly-spacing
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = function (Posts) {
|
||||
plugins.fireHook('filter:post.save', postData, next);
|
||||
},
|
||||
function (postData, next) {
|
||||
plugins.fireHook('filter:post.create', {post: postData, data: data}, next);
|
||||
plugins.fireHook('filter:post.create', { post: postData, data: data }, next);
|
||||
},
|
||||
function (data, next) {
|
||||
postData = data.post;
|
||||
|
||||
Reference in New Issue
Block a user