Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 8, 2024
1 parent df30e5d commit 6c5317b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {
}
case "stream": {
context.response._data =
context.response.body ||
(context.response as any)._bodyInit; // (see refs above)
context.response.body || (context.response as any)._bodyInit; // (see refs above)
break;
}
default: {
Expand Down

0 comments on commit 6c5317b

Please sign in to comment.