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 7faad3a commit 238ef85Copy full SHA for 238ef85
lib/client.js
@@ -11,7 +11,7 @@ class Client {
11
this.headers = {
12
'content-type': '',
13
'x-sdk-version': 'appwrite:nodejs:6.0.0',
14
- 'X-Appwrite-Response-Format' : '0.13.0',
+ 'X-Appwrite-Response-Format' : '0.14.0',
15
};
16
this.selfSigned = false;
17
}
0 commit comments