Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 6fa95d3

Browse files
Had multi set to false by accident reverted to true.
1 parent fd19887 commit 6fa95d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ GameSchema.statics.removeGroup = function(ids, groupId, callback)
442442
return this.update(
443443
query,
444444
{$pull: {groups: {group : groupId }}},
445-
{multi: false},
445+
{multi: true},
446446
callback
447447
);
448448
};

0 commit comments

Comments
 (0)