Skip to content

Commit 5685579

Browse files
chore: be consistent and use lower case headers everywhere (#86)
1 parent dde5ec6 commit 5685579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/orb/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Client < Orb::BaseClient
6767
private def auth_headers
6868
return {} if @api_key.nil?
6969

70-
{"Authorization" => "Bearer #{@api_key}"}
70+
{"authorization" => "Bearer #{@api_key}"}
7171
end
7272

7373
# Creates and returns a new client for interacting with the API.

0 commit comments

Comments
 (0)