mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
use processSortedSet instead of getting all users
This commit is contained in:
@@ -44,7 +44,7 @@ var async = require('async'),
|
||||
done = true;
|
||||
return next();
|
||||
}
|
||||
process(err, ids, function(err) {
|
||||
process(ids, function(err) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user