We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdf226 commit d47add8Copy full SHA for d47add8
lib/client.js
@@ -10,7 +10,7 @@ class Client {
10
this.headers = {
11
'content-type': '',
12
'x-sdk-version': 'appwrite:nodejs:2.5.1',
13
- 'X-Appwrite-Response-Format' : '0.10.0',
+ 'X-Appwrite-Response-Format' : '0.11.0',
14
};
15
this.selfSigned = false;
16
}
0 commit comments