Skip to content

Commit 238ef85

Browse files
feat: add response format for 0.14.0
1 parent 7faad3a commit 238ef85

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
@@ -11,7 +11,7 @@ class Client {
1111
this.headers = {
1212
'content-type': '',
1313
'x-sdk-version': 'appwrite:nodejs:6.0.0',
14-
'X-Appwrite-Response-Format' : '0.13.0',
14+
'X-Appwrite-Response-Format' : '0.14.0',
1515
};
1616
this.selfSigned = false;
1717
}

0 commit comments

Comments
 (0)