mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
test
This commit is contained in:
@@ -953,11 +953,7 @@ var async = require('async'),
|
||||
var memberOf = [];
|
||||
isMembers.forEach(function(isMember, index) {
|
||||
if (isMember) {
|
||||
if (uids.length > 1) {
|
||||
memberOf.push(util._extend({}, groupData[index]));
|
||||
} else {
|
||||
memberOf.push(groupData[index]);
|
||||
}
|
||||
memberOf.push(groupData[index]);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user