Skip to content

Commit

Permalink
Delete: Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jun 25, 2024
1 parent 9157b68 commit c0a2b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/controllers/frontend_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def current_user
end

around_action do |_controller, action|
success = false
catch :abort do
action.call
end
Expand Down

0 comments on commit c0a2b00

Please sign in to comment.