Skip to content

Commit

Permalink
fix(specs): use the read transporter for browse (generated)
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot committed Oct 10, 2024
1 parent 85023c6 commit f667bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/algolia/api/search_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def browse_with_http_info(index_name, browse_params = nil, request_options = {})
:header_params => header_params,
:query_params => query_params,
:body => post_body,
:use_read_transporter => false
:use_read_transporter => true
)

@api_client.call_api(:POST, path, new_options)
Expand Down

0 comments on commit f667bbf

Please sign in to comment.