Skip to content

Commit

Permalink
Remove accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 12, 2023
1 parent 35c59bf commit 0571802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/geocoder_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def search_osm_nominatim

# create parameter hash for "more results" link
@more_params = params
.permit(:query, :minlon, :minlat, :maxlon, :maxlat, :exclude, :xhr)
.permit(:query, :minlon, :minlat, :maxlon, :maxlat, :exclude)
.merge(:exclude => more_url_params["exclude_place_ids"].first)

# parse the response
Expand Down

0 comments on commit 0571802

Please sign in to comment.