Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Oct 30, 2024
1 parent 9e3a926 commit df2c788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/api_v2/shows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class ApiV2::Shows < ApiV2::Base
requires :date, type: String, desc: "Date in the format YYYY-MM-DD"
end
get ":date" do
# binding.irb
show = show_by_date
present \
show,
Expand Down

0 comments on commit df2c788

Please sign in to comment.