Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed Sep 20, 2024
1 parent 80582fb commit ee3ad45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/mailers/ticket_request_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def payment_reminder(ticket_request)
@auth_token = ticket_request.generate_user_auth_token!
Rails.logger.debug { "payment_reminder: #{ticket_request.inspect} auth_token: #{@auth_token}" }


# Return if the authentication token is blank
if @auth_token.blank?
Rails.logger.warn { "payment_reminder: no auth token for user: #{@ticket_request.inspect}" }
Expand Down

0 comments on commit ee3ad45

Please sign in to comment.