mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-25 01:21:12 +02: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