Skip to content

Commit

Permalink
fix merge signals
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Mar 19, 2024
1 parent fb472d4 commit 5765f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osf/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def merge_user(self, user):

user.save()
signals.user_account_merged.send(user)
signals.user_account_deactivated.send(self)
signals.user_account_deactivated.send(user)

def _merge_users_preprints(self, user):
"""
Expand Down

0 comments on commit 5765f59

Please sign in to comment.