Skip to content

Commit

Permalink
Reduce the number of cats in giphy sticker search results.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Jul 27, 2020
1 parent 3d237d7 commit e38d41d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ protected String getTrendingUrl() {

@Override
protected String getSearchUrl() {
return "https://api.giphy.com/v1/stickers/search?q=cat&api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
return "https://api.giphy.com/v1/stickers/search?api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
}
}

0 comments on commit e38d41d

Please sign in to comment.