Skip to content

Commit bec791c

Browse files
authored
Merge branch 'main' into dev
2 parents 600c70c + ddca8f4 commit bec791c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/appwrite/client.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ 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+
}
21+
1922
@endpoint = 'https://cloud.appwrite.io/v1'
2023
end
2124

0 commit comments

Comments
 (0)