Skip to content

Commit

Permalink
fix(specs): results in getObjects is required (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4024

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Oct 23, 2024
1 parent 1ecb72b commit 734dc20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ package algoliasearch.search
* Retrieved records.
*/
case class GetObjectsResponse(
results: Option[Seq[Any]] = scala.None
results: Seq[Any]
)

0 comments on commit 734dc20

Please sign in to comment.