rm country param (#3653)

zio/stable
Samuel Newman 2024-04-23 00:37:46 +01:00 committed by GitHub
parent 861804629a
commit 49b5d420e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -65,10 +65,6 @@ function createTenorApi<Input extends object>(
if (locale) {
params.set('locale', locale.languageTag.replace('-', '_'))
if (locale.regionCode) {
params.set('country', locale.regionCode)
}
}
for (const [key, value] of Object.entries(input)) {