Skip to content

Commit e5ed65f

Browse files
algolia-botmillotp
andcommitted
chore(snippets): generate snippets for helpers (generated)
algolia/api-clients-automation#3575 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 96a87f1 commit e5ed65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/algoliasearch/extension/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ package object extension {
308308
def partialUpdateObjects(
309309
indexName: String,
310310
objects: Seq[Any],
311-
createIfNotExists: Boolean,
311+
createIfNotExists: Boolean = false,
312312
requestOptions: Option[RequestOptions] = None
313313
)(implicit ec: ExecutionContext): Future[Seq[BatchResponse]] = {
314314
chunkedBatch(

0 commit comments

Comments
 (0)