Skip to content

Commit 9e14a3b

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 337eea93. [skip ci]
algolia/api-clients-automation@337eea9 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 4a2f77c commit 9e14a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/algoliasearch/recommend/GetRecommendationsResponse.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ package algoliasearch.recommend
3232
/** GetRecommendationsResponse
3333
*/
3434
case class GetRecommendationsResponse(
35-
results: Option[Seq[RecommendationsResults]] = scala.None
35+
results: Seq[RecommendationsResults]
3636
)

0 commit comments

Comments
 (0)