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 9c2c656 commit 2705411Copy full SHA for 2705411
lib/client.js
@@ -9,7 +9,7 @@ class Client {
9
this.endpoint = 'https://appwrite.io/v1';
10
this.headers = {
11
'content-type': '',
12
- 'x-sdk-version': 'appwrite:nodejs:2.2.0',
+ 'x-sdk-version': 'appwrite:nodejs:2.2.3',
13
'X-Appwrite-Response-Format' : '0.8.0',
14
};
15
this.selfSigned = false;
@@ -181,4 +181,4 @@ class Client {
181
}
182
183
184
-module.exports = Client;
+module.exports = Client;
0 commit comments