Skip to content

Commit d47add8

Browse files
fix response format version
1 parent efdf226 commit d47add8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Client {
1010
this.headers = {
1111
'content-type': '',
1212
'x-sdk-version': 'appwrite:nodejs:2.5.1',
13-
'X-Appwrite-Response-Format' : '0.10.0',
13+
'X-Appwrite-Response-Format' : '0.11.0',
1414
};
1515
this.selfSigned = false;
1616
}

0 commit comments

Comments
 (0)