From 8abf0e333e25d6fb5959014859106a9afeb8836d Mon Sep 17 00:00:00 2001 From: Mitch Saltykov Date: Thu, 12 Sep 2024 17:24:00 -0400 Subject: [PATCH] console cleanup: drop :format param from Lighthouse query --- Gemfile.lock | 4 ++-- app/controllers/v0/health_care_applications_controller.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a1a66d59a06..a6ff131f430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,10 +74,10 @@ GIT GIT remote: https://github.com/department-of-veterans-affairs/vets-json-schema - revision: deface2de95675b0cf5bcd27f0c91714327dbd86 + revision: 998cfd9d48db75a5533e33785d6523933f7e9b36 branch: master specs: - vets_json_schema (24.2.8) + vets_json_schema (24.2.9) multi_json (~> 1.0) script_utils (= 0.0.4) diff --git a/app/controllers/v0/health_care_applications_controller.rb b/app/controllers/v0/health_care_applications_controller.rb index 44bceecd785..254537df841 100644 --- a/app/controllers/v0/health_care_applications_controller.rb +++ b/app/controllers/v0/health_care_applications_controller.rb @@ -94,7 +94,7 @@ def lighthouse_facilities_service end def lighthouse_facilities_params - params.permit( + params.except(:format).permit( :zip, :state, :lat,