mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
fix lint
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = function (Topics) {
|
||||
function (_postData, next) {
|
||||
_postData = _postData.filter(function (post) {
|
||||
return post && parseInt(post.pid, 10);
|
||||
})
|
||||
});
|
||||
user.blocks.filter(uid, _postData, next);
|
||||
},
|
||||
function (_postData, next) {
|
||||
|
||||
Reference in New Issue
Block a user