Skip to content

Commit f113c89

Browse files
committed
fix: remove duplicate init
1 parent 1019228 commit f113c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class FetchFactory {
218218
} as any as RawResponseWithMeta;
219219
try {
220220
await FetchFactory.#opaqueLocalStorage.run(internalOpaque, async () => {
221-
res = await UndiciFetch(request, init);
221+
res = await UndiciFetch(request);
222222
});
223223
} catch (e: any) {
224224
updateSocketInfo(socketInfo, internalOpaque, e);

0 commit comments

Comments
 (0)