mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
feat: small fixes
This commit is contained in:
@@ -154,7 +154,7 @@ module.exports = function (Topics) {
|
||||
if (!parentPids.length) {
|
||||
return setImmediate(callback);
|
||||
}
|
||||
|
||||
parentPids = _.uniq(parentPids);
|
||||
var parentPosts;
|
||||
async.waterfall([
|
||||
async.apply(posts.getPostsFields, parentPids, ['uid']),
|
||||
|
||||
Reference in New Issue
Block a user