mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-20 05:27:37 +01:00
check err
This commit is contained in:
@@ -275,8 +275,8 @@ var async = require('async'),
|
||||
return;
|
||||
}
|
||||
|
||||
privileges.categories.filterUids('read', results.topic.cid, followers, function(followers) {
|
||||
if (!followers.length) {
|
||||
privileges.categories.filterUids('read', results.topic.cid, followers, function(err, followers) {
|
||||
if (err || !followers.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user