Skip to content

Commit bae5430

Browse files
feat: add response format for 0.14.0
1 parent 2b38592 commit bae5430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class Client {
1212
headers: Payload = {
1313
'content-type': '',
1414
'x-sdk-version': 'appwrite:deno:4.0.0',
15-
'X-Appwrite-Response-Format':'0.13.0',
15+
'X-Appwrite-Response-Format':'0.14.0',
1616
};
1717

1818
/**

0 commit comments

Comments
 (0)