mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 10:09:38 +02:00
call next
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = function(Categories) {
|
||||
return parseInt(uid, 10) !== 0 && array.indexOf(uid) === index;
|
||||
}).slice(0, 24);
|
||||
|
||||
callback(null, uids);
|
||||
next(null, uids);
|
||||
}
|
||||
], callback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user