From 2ab4e56a35f13d114fd252e1d50879e4ec80314f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20HANSS?= Date: Fri, 17 Nov 2023 15:55:36 +0100 Subject: [PATCH] Fix typings --- src/controllers/Document.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/Document.ts b/src/controllers/Document.ts index 2c3cd294a..92be99307 100644 --- a/src/controllers/Document.ts +++ b/src/controllers/Document.ts @@ -935,7 +935,7 @@ export interface ArgsDocumentControllerUpsert default?: Partial; refresh?: "wait_for" | "false"; silent?: boolean; - retryOnConflict?: boolean; + retryOnConflict?: number; source?: boolean; }