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
algolia/api-clients-automation#3938

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
  • Loading branch information
algolia-bot committed Oct 10, 2024
1 parent 502ebdb commit 714977b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client-search/src/searchClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ export function createSearchClient({
queryParameters,
headers,
data: browseParams ? browseParams : {},
useReadTransporter: true,
};

return transporter.request(request, requestOptions);
Expand Down

0 comments on commit 714977b

Please sign in to comment.