Skip to content

Commit

Permalink
[FIX] Disable basic Tenor parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lasserre committed Apr 12, 2021
1 parent fbc76cb commit 94199d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GifSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class GifSearch extends PureComponent {
"key": this.tenorApiKey,
"limit": limit,
"locale": "el_GR",
"media_filter": "basic",
"contentfilter": "medium",
...this.state.next != 0 && {"pos": this.state.next},
...this.props.tenorApiProps,
Expand All @@ -236,7 +235,6 @@ class GifSearch extends PureComponent {
"q": this.state.search_term,
"limit": limit,
"locale": "el_GR",
"media_filter": "basic",
"contentfilter": "high",
...this.state.next != 0 && {"pos": this.state.next},
...this.props.tenorApiProps,
Expand Down

0 comments on commit 94199d6

Please sign in to comment.