This commit is contained in:
Baris Usakli
2018-07-27 14:27:23 -04:00
parent bcef32c5af
commit e7bd0cea74

View File

@@ -60,7 +60,7 @@ module.exports = function (Topics) {
function (_postData, next) { function (_postData, next) {
_postData = _postData.filter(function (post) { _postData = _postData.filter(function (post) {
return post && parseInt(post.pid, 10); return post && parseInt(post.pid, 10);
}) });
user.blocks.filter(uid, _postData, next); user.blocks.filter(uid, _postData, next);
}, },
function (_postData, next) { function (_postData, next) {