We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288b814 commit 37b24eaCopy full SHA for 37b24ea
packages/client-composition/src/compositionClient.ts
@@ -590,8 +590,6 @@ export function createCompositionClient({
590
queryParameters,
591
headers,
592
data: searchCompositionRulesParams ? searchCompositionRulesParams : {},
593
- useReadTransporter: true,
594
- cacheable: true,
595
};
596
597
return transporter.request(request, requestOptions);
0 commit comments