Skip to content

Commit

Permalink
disable request/response transforming
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Jun 11, 2024
1 parent 3b01926 commit d4a0fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ export const endpointProxy = async ({
headers: rawHeaders,
data: decodedBody,
timeout,
transformRequest: (data) => data,
transformResponse: (data) => data,
responseType: "arraybuffer",
});
} catch (e) {
Expand Down

0 comments on commit d4a0fda

Please sign in to comment.