Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Typo -> app_key to api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Wechsler authored and arpit1094 committed Aug 30, 2020
1 parent 6fee44b commit 8626033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/geocoder/lookups/concerns/here_lookup_default_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def handle
end

def required_api_key_parts
["app_key"]
["api_key"]
end

def supported_protocols
Expand All @@ -18,7 +18,7 @@ def supported_protocols

def query_url_here_options(query)
options = {
api_key: configuration.api_key,
apikey: configuration.api_key,
language: (query.language || configuration.language)
}
end
Expand Down

0 comments on commit 8626033

Please sign in to comment.