Skip to content

Commit 71ac8fd

Browse files
committed
fix: import aperture client
1 parent d963463 commit 71ac8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function makeRequest(method, url, options) {
9292
* }
9393
* */
9494
export async function makeRequestWithRateLimit(method, url, requestOptions){
95-
const flow = await apertureClient.startFlow("external-api-request", {
95+
const flow = await getApertureClient().startFlow("external-api-request", {
9696
labels: {
9797
url: url,
9898
},

0 commit comments

Comments
 (0)