Skip to content

Commit

Permalink
Merge pull request #654 from CDLUC3/bug/collab-emails
Browse files Browse the repository at this point in the history
forgot to save change to mailer
  • Loading branch information
briri authored Sep 24, 2024
2 parents 7d22521 + a8508d4 commit 0a1aba5
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 0a1aba5

Please sign in to comment.