Skip to content

Commit

Permalink
with bun 1.1.8 brotli fix, remove content-encoding header.
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurrr committed May 12, 2024
1 parent d490e2f commit 5310b7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncivserver.xyz",
"version": "4.1.7",
"version": "4.2.0",
"description": "An Open Source, Free to Play, Unciv Multiplayer Server written in Javascript",
"author": "Md. Touhidur Rahman",
"license": "BSD-3-Clause",
Expand Down
1 change: 0 additions & 1 deletion src/services/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export async function syncGame(gameId: string, body: string) {
body,
headers: {
Authorization: `Bearer ${SYNC_TOKEN}`,
'Accept-Encoding': 'gzip, deflate',
'Content-Length': body.length.toString(),
'Content-Type': 'text/plain; charset=utf-8',
},
Expand Down

0 comments on commit 5310b7d

Please sign in to comment.