Skip to content

Commit

Permalink
Chore: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 19, 2024
1 parent a2b405b commit 099d5d5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ export const getChangesThatWouldBeOverwritten = (
changes.sort((a, b) => a.property.localeCompare(b.property));
return changes;
}

// todo: ensure that there aren't any missing properties that
// don't exist in the snapshot that might be overwritten?
}

return null;
Expand Down

0 comments on commit 099d5d5

Please sign in to comment.