mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
linting
This commit is contained in:
@@ -298,7 +298,7 @@ User.getModeratorUids = function (callback) {
|
||||
}, { working: [], regular: [] });
|
||||
|
||||
groups.getMembersOfGroups(sets.working, function (err, memberSets) {
|
||||
next(null, sets.regular.concat(memberSets));
|
||||
next(err, sets.regular.concat(memberSets || []));
|
||||
});
|
||||
},
|
||||
function (memberSets, next) {
|
||||
|
||||
Reference in New Issue
Block a user