Skip to content

Commit

Permalink
forgot to save change to mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Sep 24, 2024
1 parent 3d19ef7 commit a8508d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def question_answered(data, user, answer, _options_string)
end
# rubocop:enable Metrics/AbcSize

def sharing_notification(role, user, inviter:)
def sharing_notification(role, user, inviter)
@role = role
@user = user
@user_email = @user.email
Expand Down
Loading

0 comments on commit a8508d4

Please sign in to comment.