Skip to content

Commit 012591c

Browse files
authored
Merge pull request #13 from CartoDB/bug/sc-439404/goodyear-missing-fields-and-error-with-language-language
bug: the language options wasn't being passed to tomtom
2 parents f42f64d + 132676e commit 012591c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/geocoderfactory.js

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ const GeocoderFactory = {
141141
return new TomTomGeocoder(adapter, {
142142
apiKey: extra.apiKey,
143143
country: extra.country,
144+
language: extra.language,
144145
limit: extra.limit
145146
});
146147
}

0 commit comments

Comments
 (0)