Skip to content

Commit 04899a6

Browse files
committed
fix: revert unintended changes
1 parent 5b96d96 commit 04899a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/graph-explorer-proxy-server/src/node-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ const retryFetch = async (
181181
method: options.method,
182182
body: options.body ?? undefined,
183183
headers: options.headers,
184+
compress: false, // prevent automatic decompression
184185
};
185186

186187
try {

0 commit comments

Comments
 (0)