Skip to content

Commit

Permalink
Merge pull request #738 from kuzzleio/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
rolljee committed Dec 6, 2023
2 parents 442db3d + 0a877eb commit 08107cc
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 08107cc

Please sign in to comment.