Skip to content

Commit 472c4d9

Browse files
committedMar 21, 2024·
chore: fix build error
1 parent c41c89f commit 472c4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/fetch.ts

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {
231231

232232
$fetch.raw = $fetchRaw;
233233

234-
// @ts-expect-error TODO: Fix conflicting types with undici
235234
$fetch.native = (...args) => fetch(...args);
236235

237236
$fetch.create = (defaultOptions = {}) =>

0 commit comments

Comments
 (0)
Please sign in to comment.