Skip to content

Commit

Permalink
console cleanup: drop :format param from Lighthouse query
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch-A6 committed Oct 3, 2024
1 parent f80ebd9 commit 8abf0e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/v0/health_care_applications_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def lighthouse_facilities_service
end

def lighthouse_facilities_params
params.permit(
params.except(:format).permit(
:zip,
:state,
:lat,
Expand Down

0 comments on commit 8abf0e3

Please sign in to comment.