Skip to content

Commit 4226490

Browse files
authored
Merge pull request #4 from andela-echigbo/master
Fix issue #3
2 parents 4c1ae07 + b46cc8c commit 4226490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api-ai-ruby/request_query.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(client, options = {})
1717
options[:lang] = client.api_lang
1818
@options = options
1919
@headers = {
20-
'Authorization': 'Bearer ' + client.client_access_token,
20+
Authorization: 'Bearer ' + client.client_access_token,
2121
}
2222
end
2323

@@ -56,4 +56,4 @@ def symbolize_keys!(object)
5656
end
5757

5858
end
59-
end
59+
end

0 commit comments

Comments
 (0)