Skip to content

Commit

Permalink
Merge branch 'main' into feat/mutator-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Jan 18, 2025
2 parents 9aadb15 + 60d1ff5 commit d89b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/transformToProviderRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const transformToProviderRequest = (
fn
);
}
if (requestBody instanceof FormData || params instanceof ArrayBuffer)
if (requestBody instanceof FormData || requestBody instanceof ArrayBuffer)
return requestBody;

if (fn === 'proxy') {
Expand Down

0 comments on commit d89b121

Please sign in to comment.