Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez committed Apr 2, 2024
1 parent 7ea18e3 commit e452506
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {type OperationArgs} from './types'
*/
const serverStatuses = [
//the published or draft version is not there when we expected it to be
//current implementation is not particularly concerned by this, since it always createsIfNotExists
'TARGET_DELETED',
//the published or draft revision does not match our local
//current implementation is not particularly concerned by this, since it always createsIfNotExists
'MISMATCHED_REVISION',
] as const

Expand Down Expand Up @@ -119,6 +119,3 @@ describe('patch', () => {
})
})
})

//delete both draft and published doc
//try to patch it

0 comments on commit e452506

Please sign in to comment.