Skip to content

Commit

Permalink
Fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamZ committed Nov 17, 2023
1 parent 8164953 commit 2ab4e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ export interface ArgsDocumentControllerUpsert<TKDocumentContent>
default?: Partial<TKDocumentContent>;
refresh?: "wait_for" | "false";
silent?: boolean;
retryOnConflict?: boolean;
retryOnConflict?: number;
source?: boolean;
}

Expand Down

0 comments on commit 2ab4e56

Please sign in to comment.