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 d963463 commit 71ac8fdCopy full SHA for 71ac8fd
network.js
@@ -92,7 +92,7 @@ export async function makeRequest(method, url, options) {
92
* }
93
* */
94
export async function makeRequestWithRateLimit(method, url, requestOptions){
95
- const flow = await apertureClient.startFlow("external-api-request", {
+ const flow = await getApertureClient().startFlow("external-api-request", {
96
labels: {
97
url: url,
98
},
0 commit comments