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 ba810d7 commit 4feee45Copy full SHA for 4feee45
test/__snapshots__/index.spec.ts.snap
@@ -436,7 +436,7 @@ export const sendRequest = async (
436
headers,
437
body: body ?? formData,
438
method: options.method,
439
- signal: controller.signal,
+ signal: controller.signal as AbortSignal,
440
};
441
442
if (config.WITH_CREDENTIALS) {
@@ -3529,7 +3529,7 @@ export const sendRequest = async (
3529
3530
3531
3532
3533
3534
3535
0 commit comments