mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = function (SocketTopics) {
|
||||
},
|
||||
topic: function (next) {
|
||||
topics.getTopicFields(data.tid, ['postcount', 'deleted'], next);
|
||||
}
|
||||
},
|
||||
}, next);
|
||||
},
|
||||
function (results, next) {
|
||||
@@ -72,7 +72,7 @@ module.exports = function (SocketTopics) {
|
||||
},
|
||||
postSharing: function (next) {
|
||||
social.getActivePostSharing(next);
|
||||
}
|
||||
},
|
||||
}, next);
|
||||
},
|
||||
function (topicData, next) {
|
||||
@@ -86,7 +86,7 @@ module.exports = function (SocketTopics) {
|
||||
|
||||
topics.modifyPostsByPrivilege(topicData, userPrivileges);
|
||||
next(null, topicData);
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user