mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
whitespace fix
This commit is contained in:
@@ -430,10 +430,10 @@ var utils = require('../public/src/utils');
|
||||
},
|
||||
function(groupNames, next) {
|
||||
var groupSets = groupNames.map(function(name) {
|
||||
return 'group:' + name + ':members';
|
||||
});
|
||||
return 'group:' + name + ':members';
|
||||
});
|
||||
|
||||
async.map(uids, function(uid, next) {
|
||||
async.map(uids, function(uid, next) {
|
||||
db.isMemberOfSortedSets(groupSets, uid, function(err, isMembers) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
|
||||
Reference in New Issue
Block a user