Remove accidental commit

This commit is contained in:
Tom Hughes 2023-03-12 17:53:30 +00:00
parent 35c59bff0d
commit 0571802b31

View file

@ -98,7 +98,7 @@ class GeocoderController < ApplicationController
# 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