Skip to content

Commit

Permalink
small formatting adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 9, 2025
1 parent 9d8a046 commit 2733b31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/react-query/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,7 @@ export function updateDocumentMutationOptions<D extends WriteableDocumentType>({
} satisfies UseMutationOptions<
WriteableDocument<D> & { forks: Array<string> },
Error,
{
versionId: string
value: Omit<WriteableValue<D>, 'schemaName'>
}
{ versionId: string; value: Omit<WriteableValue<D>, 'schemaName'> }
>
}

Expand Down

0 comments on commit 2733b31

Please sign in to comment.