Skip to content

Commit

Permalink
Merge pull request #4 from andela-echigbo/master
Browse files Browse the repository at this point in the history
Fix issue #3
  • Loading branch information
Gugic committed Aug 19, 2016
2 parents 4c1ae07 + b46cc8c commit 4226490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api-ai-ruby/request_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(client, options = {})
options[:lang] = client.api_lang
@options = options
@headers = {
'Authorization': 'Bearer ' + client.client_access_token,
Authorization: 'Bearer ' + client.client_access_token,
}
end

Expand Down Expand Up @@ -56,4 +56,4 @@ def symbolize_keys!(object)
end

end
end
end

0 comments on commit 4226490

Please sign in to comment.