Skip to content

Commit

Permalink
Don't use return_bounds=true param for explore-observations API call …
Browse files Browse the repository at this point in the history
…(not needed)
  • Loading branch information
budowski committed Mar 7, 2024
1 parent 3281716 commit f6217f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4385,7 +4385,7 @@ private BetterJSONObject getExploreResults(String command, ExploreSearchFilters

String url;
if (command == null) {
url = String.format(Locale.ENGLISH, "%s/observations%s?locale=%s&page=%d&per_page=%d&ordered_by=%s&return_bounds=true&%s",
url = String.format(Locale.ENGLISH, "%s/observations%s?locale=%s&page=%d&per_page=%d&ordered_by=%s&%s",
API_HOST,
command == null ? "" : "/" + command,
mApp.getPrefLocale(),
Expand Down

0 comments on commit f6217f4

Please sign in to comment.