Skip to content

Commit

Permalink
Merge branch 'EN-8090-fix-slack-mention-on-association-account-creati…
Browse files Browse the repository at this point in the history
…on' into staging
  • Loading branch information
nicolas-entourage committed Mar 6, 2025
2 parents a3f2904 + 0e16220 commit 32225b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def newsletter_subscription= newsletter_subscription

def signal_association
return unless address.present?
return saved_change_to_address_id? || (saved_change_to_goal? && goal_association?)
return unless saved_change_to_address_id? || (saved_change_to_goal? && goal_association?)

SlackServices::SignalAssociationCreation.new(user: self).notify
end
Expand Down

0 comments on commit 32225b3

Please sign in to comment.