From 86f254380bbff08e4e760b20421eae9241edc95a Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 15 Aug 2023 18:57:04 +0300 Subject: [PATCH] Revert misleading comment about time restriction Was added in https://github.com/openstreetmap/openstreetmap-website/commit/afe8dd51ece21325eea8a108515b9426764de5b2#diff-22d3daaccac3ac960d6dbb47e9c6a9d15b0b4cffbbf9ad32d525600f562827f1R420 --- app/controllers/api/changesets_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/changesets_controller.rb b/app/controllers/api/changesets_controller.rb index 2f397b706..7a798be63 100644 --- a/app/controllers/api/changesets_controller.rb +++ b/app/controllers/api/changesets_controller.rb @@ -329,7 +329,7 @@ module Api end ## - # restrict changes to those closed during a particular time period + # restrict changesets to those during a particular time period def conditions_time(changesets, time) if time.nil? changesets -- 2.39.5