Skip to content

Commit 04a3378

Browse files
Merge pull request #599 from appwrite/fix-node-sdk-encoding-error
2 parents d5352e0 + b5fd956 commit 04a3378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/node/lib/client.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Client {
99
constructor() {
1010
this.endpoint = '{{spec.endpoint}}';
1111
this.headers = {
12+
'accept-encoding': '*',
1213
'content-type': '',
1314
'x-sdk-name': '{{ sdk.name }}',
1415
'x-sdk-platform': '{{ sdk.platform }}',

0 commit comments

Comments
 (0)