Skip to content

Commit 2ab4e56

Browse files
committed
Fix typings
1 parent 8164953 commit 2ab4e56

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)