Skip to content

Commit

Permalink
fix(specs): nb_api_calls in getLogs response is optional (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4142

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Nov 22, 2024
1 parent 4e67438 commit 96882ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/algoliasearch/search/Log.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ case class Log(
ip: String,
queryHeaders: String,
sha1: String,
nbApiCalls: String,
nbApiCalls: Option[String] = scala.None,
processingTimeMs: String,
index: Option[String] = scala.None,
queryParams: Option[String] = scala.None,
Expand Down

0 comments on commit 96882ed

Please sign in to comment.