Skip to content

Commit

Permalink
chore: fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Jan 24, 2025
1 parent 774ff78 commit 87c3cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pollfill/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export function installGlobals() {
global.Headers = NodeHeaders as unknown as typeof Headers
global.Request = NodeRequest as unknown as typeof Request
global.Response = NodeResponse as unknown as typeof Response
global.fetch = nodeFetch as typeof fetch
global.fetch = nodeFetch as unknown as typeof fetch
global.FormData = NodeFormData
}

0 comments on commit 87c3cc7

Please sign in to comment.