Skip to content

Commit a7e15ba

Browse files
committed
fix: remove response compression
1 parent daf1b63 commit a7e15ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/funny-crabs-whisper.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperdx/common-utils": patch
3+
---
4+
5+
fix: 'Failed to fetch' errors

packages/common-utils/src/clickhouse.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,6 @@ export class ClickhouseClient {
457457
},
458458
username: '',
459459
password: '',
460-
compression: {
461-
response: true,
462-
},
463460
});
464461
return clickhouseClient.query<Format>({
465462
query,

0 commit comments

Comments
 (0)