Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 21, 2024
1 parent c41c89f commit 472c4d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {

$fetch.raw = $fetchRaw;

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

$fetch.create = (defaultOptions = {}) =>
Expand Down

0 comments on commit 472c4d9

Please sign in to comment.