Skip to content

Commit 0025d9b

Browse files
fix response format version
1 parent 1617103 commit 0025d9b

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
@@ -9,7 +9,7 @@ export class Client {
99
headers: Payload = {
1010
'content-type': '',
1111
'x-sdk-version': 'appwrite:deno:0.4.1',
12-
'X-Appwrite-Response-Format':'0.10.0',
12+
'X-Appwrite-Response-Format':'0.11.0',
1313
};
1414

1515
/**

0 commit comments

Comments
 (0)