Skip to content

Commit bd1189c

Browse files
algolia-botkai687
andcommitted
fix(specs): body is not required in multiple batch request (generated)
algolia/api-clients-automation#3454 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 7169cda commit bd1189c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/algolia/models/search/multiple_batch_request.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ def initialize(attributes = {})
9797

9898
if attributes.key?(:body)
9999
self.body = attributes[:body]
100-
else
101-
self.body = nil
102100
end
103101

104102
if attributes.key?(:index_name)

0 commit comments

Comments
 (0)