mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
fix method name
This commit is contained in:
@@ -124,7 +124,7 @@ module.exports = function (Posts) {
|
||||
return topic && parseInt(topic.cid, 10);
|
||||
});
|
||||
|
||||
cids = _.unique(cids);
|
||||
cids = _.uniq(cids);
|
||||
|
||||
categories.getCategoriesFields(cids, ['cid', 'name', 'icon', 'slug', 'parentCid', 'bgColor', 'color'], next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user