Skip to content

Commit

Permalink
rm country param (#3653)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Apr 22, 2024
1 parent 8618046 commit 49b5d42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/state/queries/tenor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 49b5d42

Please sign in to comment.