mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = function (Posts) {
|
||||
},
|
||||
topicsAndCategories: function (next) {
|
||||
getTopicAndCategories(topicKeys, next);
|
||||
}
|
||||
},
|
||||
}, next);
|
||||
},
|
||||
function (results, next) {
|
||||
@@ -85,7 +85,7 @@ module.exports = function (Posts) {
|
||||
},
|
||||
function (data, next) {
|
||||
next(null, data.posts);
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user