Skip to content

Commit

Permalink
Merge pull request #13 from CartoDB/bug/sc-439404/goodyear-missing-fi…
Browse files Browse the repository at this point in the history
…elds-and-error-with-language-language

bug: the language options wasn't being passed to tomtom
  • Loading branch information
jgoizueta authored Sep 13, 2024
2 parents f42f64d + 132676e commit 012591c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/geocoderfactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const GeocoderFactory = {
return new TomTomGeocoder(adapter, {
apiKey: extra.apiKey,
country: extra.country,
language: extra.language,
limit: extra.limit
});
}
Expand Down

0 comments on commit 012591c

Please sign in to comment.