From: Tom Hughes Date: Tue, 21 Nov 2023 17:24:19 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4358' X-Git-Tag: live~1018 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ce385c88eb4444ec3a3e00c4ac7ca21fa9a393a1?hp=8a02d33bec667a42a5057d45bc42e2aa00bd7084 Merge remote-tracking branch 'upstream/pull/4358' --- diff --git a/app/controllers/api/changesets_controller.rb b/app/controllers/api/changesets_controller.rb index 9bdf0f2bd..c9c806de6 100644 --- a/app/controllers/api/changesets_controller.rb +++ b/app/controllers/api/changesets_controller.rb @@ -283,7 +283,6 @@ module Api ## # if a bounding box was specified do some sanity checks. # restrict changesets to those enclosed by a bounding box - # we need to return both the changesets and the bounding box def conditions_bbox(changesets, bbox) if bbox bbox.check_boundaries diff --git a/app/controllers/changesets_controller.rb b/app/controllers/changesets_controller.rb index fef4d85eb..859242b60 100644 --- a/app/controllers/changesets_controller.rb +++ b/app/controllers/changesets_controller.rb @@ -83,7 +83,6 @@ class ChangesetsController < ApplicationController ## # if a bounding box was specified do some sanity checks. # restrict changesets to those enclosed by a bounding box - # we need to return both the changesets and the bounding box def conditions_bbox(changesets, bbox) if bbox bbox.check_boundaries