Skip to content

Commit dbe0603

Browse files
authored
Merge pull request #732 from ScreamZ/improve-typings
Improve-typings
2 parents 0938207 + 2ab4e56 commit dbe0603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/Document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ export interface ArgsDocumentControllerUpsert<TKDocumentContent>
935935
default?: Partial<TKDocumentContent>;
936936
refresh?: "wait_for" | "false";
937937
silent?: boolean;
938-
retryOnConflict?: boolean;
938+
retryOnConflict?: number;
939939
source?: boolean;
940940
}
941941

0 commit comments

Comments
 (0)