Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 3, 2024
1 parent 0e8c245 commit cdd8878
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ class ApplicationMailer < Mail::Notify::Mailer
email_address = headers["To"].value
mailer_action_method = action_name
mailer_class = mailer_name
MailDeliveryFailure.create!(email_address:, mailer_action_method:, mailer_class:)
MailDeliveryFailure.create!(
email_address:,
mailer_action_method:,
mailer_class:,
)
end

raise
Expand Down

0 comments on commit cdd8878

Please sign in to comment.