Skip to content

Commit

Permalink
Merge pull request #737 from kuzzleio/7-dev
Browse files Browse the repository at this point in the history
7 dev
  • Loading branch information
rolljee committed Dec 6, 2023
2 parents 10929ae + dbe0603 commit 0a877eb
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 0a877eb

Please sign in to comment.