Skip to content

Commit

Permalink
fix(specs): do not cache searchCompositionRules (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4127

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Emmanuel Krebs <[email protected]>
  • Loading branch information
algolia-bot and e-krebs committed Nov 18, 2024
1 parent 288b814 commit 37b24ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client-composition/src/compositionClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,6 @@ export function createCompositionClient({
queryParameters,
headers,
data: searchCompositionRulesParams ? searchCompositionRulesParams : {},
useReadTransporter: true,
cacheable: true,
};

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

0 comments on commit 37b24ea

Please sign in to comment.