Skip to content

Commit

Permalink
remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties committed Oct 13, 2023
1 parent 8041edf commit a9ca96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/practices_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ def sort_adoptions_by_state_and_station_name(adoptions)
.exclude_va_facilities
.sort_by { |a| a.clinical_resource_hub.visn.number }

result = sorted_by_facility + sorted_by_visn
sorted_by_facility + sorted_by_visn
end
end

0 comments on commit a9ca96b

Please sign in to comment.