Skip to content

Commit

Permalink
Merge pull request #43 from uncountableinc/david/fix-s-group-attr
Browse files Browse the repository at this point in the history
fixed s group edits with subscription
  • Loading branch information
martinuncountable authored Mar 4, 2025
2 parents 650bc2c + 0769036 commit 6102fb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ export function fromSgroupDeletion(restruct, id, needPerform = true) {

action.addOp(new SGroupDelete(id));

action.mergeWith(sGroupAttributeAction(id, attrs));

if (needPerform) {
action = action.perform(restruct);
}

action.mergeWith(sGroupAttributeAction(id, attrs));

return action;
}

Expand Down

0 comments on commit 6102fb8

Please sign in to comment.