Skip to content

Commit a3f2904

Browse files
Merge branch 'EN-8090-fix-slack-mention-on-association-account-creation' into staging
2 parents f7f90fe + 5416e98 commit a3f2904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/user.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def newsletter_subscription= newsletter_subscription
410410

411411
def signal_association
412412
return unless address.present?
413-
return saved_change_to_address? || (saved_change_to_goal? && goal_association?)
413+
return saved_change_to_address_id? || (saved_change_to_goal? && goal_association?)
414414

415415
SlackServices::SignalAssociationCreation.new(user: self).notify
416416
end

0 commit comments

Comments
 (0)