Skip to content

Commit

Permalink
fix: add removed back after deleting from updated (#9099)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus authored Jan 15, 2025
1 parent a2b78df commit d6ec0f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const applyRevision = (first: Revision, last: Revision): Revision => {

for (const feature of last.removed) {
updatedMap.delete(feature.name);
removedMap.set(feature.name, feature);
}

return {
Expand Down

0 comments on commit d6ec0f1

Please sign in to comment.