Skip to content

Commit

Permalink
chore(snippets): generate snippets for helpers (generated)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
algolia-bot and millotp committed Sep 2, 2024
1 parent 96a87f1 commit e5ed65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/algoliasearch/extension/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ package object extension {
def partialUpdateObjects(
indexName: String,
objects: Seq[Any],
createIfNotExists: Boolean,
createIfNotExists: Boolean = false,
requestOptions: Option[RequestOptions] = None
)(implicit ec: ExecutionContext): Future[Seq[BatchResponse]] = {
chunkedBatch(
Expand Down

0 comments on commit e5ed65f

Please sign in to comment.