We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f3cd1 commit c963243Copy full SHA for c963243
lib/geocoder/lookups/amazon_location_service.rb
@@ -10,6 +10,9 @@ def results(query)
10
# Aws::ParamValidator raises ArgumentError on missing required keys
11
params.merge!(index_name: configuration[:index_name])
12
13
+ # Inherit language from configuration
14
+ params.merge!(language: configuration[:language])
15
+
16
# Aws::ParamValidator raises ArgumentError on unexpected keys
17
params.delete(:lookup)
18
0 commit comments