Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Sep 7, 2023
1 parent a3b9d41 commit 184fd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def __str__(self):


@receiver(pre_save, sender=AuthEvent)
def update_scheduled_events(_sender, instance):
def update_scheduled_events(sender, instance, **kwargs):
'''
Update the scheduled events in django celery
'''
Expand Down

0 comments on commit 184fd2c

Please sign in to comment.