Skip to content

Commit

Permalink
remove self from process_event_profile_change (#6506)
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone authored Feb 12, 2025
1 parent 0d4b981 commit c4abeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/users/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def process_event_password_change(event_id):

@shared_task_with_retry
@skip_if_read_only_mode
def process_event_profile_change(self, event_id):
def process_event_profile_change(event_id):
event = AccountEvent.objects.get(id=event_id)
refresh_token = event.profile.fxa_refresh_token

Expand Down

0 comments on commit c4abeb2

Please sign in to comment.