Skip to content

Commit

Permalink
Fix #9364
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Aug 18, 2024
1 parent 9d66097 commit 79064af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/send_user_activity_alerts_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def initialize(user_con_profile:, event:)
def inner_call
triggered_alerts.each do |alert|
UserActivityAlerts::AlertNotifier.new(
user_con_profile: user_con_profile,
alert_user_con_profile: user_con_profile,
user_activity_alert: alert,
event: event
event:
).deliver_later
end

Expand Down

0 comments on commit 79064af

Please sign in to comment.