Skip to content

Commit 5484ef0

Browse files
committed
fix: client headers
1 parent c60b890 commit 5484ef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/appwrite/client.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ def initialize
1515
'x-sdk-name'=> 'Ruby',
1616
'x-sdk-platform'=> 'server',
1717
'x-sdk-language'=> 'ruby',
18-
'x-sdk-version'=> '13.0.0', 'X-Appwrite-Response-Format' => '1.6.0' }
18+
'x-sdk-version'=> '13.0.0',
19+
'x-appwrite-response-format' => '1.6.0'
20+
}
1921
@endpoint = 'https://cloud.appwrite.io/v1'
2022
end
2123

0 commit comments

Comments
 (0)