Skip to content

Commit

Permalink
chore: cleanup a resolved FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 12, 2024
1 parent a342c08 commit b08b1f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/logic/documentState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ export function documentStatePatch(
documentState: DocumentState | undefined,
operations: JSONPatchDocument
): { json: unknown; documentState: DocumentState | undefined } {
// FIXME: rewrite to apply one operation at a time (both updatedJson and updatedDocumentState
const initial = { json, documentState }

const result = operations.reduce((current, operation) => {
Expand Down

0 comments on commit b08b1f6

Please sign in to comment.