Skip to content

Commit a131b97

Browse files
committed
Use default from
From is already specified as a default. We don't need to specify it again.
1 parent d692646 commit a131b97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/mailers/user_mailer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def spam(user:, subject:, message:, htos_contributor: false)
108108

109109
mail(
110110
to: @user.email,
111-
112111
reply_to: reply_to,
113112
subject: subject
114113
)

0 commit comments

Comments
 (0)