Skip to content

Commit

Permalink
update signal
Browse files Browse the repository at this point in the history
  • Loading branch information
saschahofmann committed Feb 10, 2022
1 parent 618fc4e commit 83e9000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invitations/signals.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.dispatch import Signal

invite_url_sent = Signal(providing_args=['invite_url_sent', 'inviter'])
invite_accepted = Signal(providing_args=['email'])
invite_url_sent = Signal()
invite_accepted = Signal()

"""
@receiver(invite_url_sent, sender=Invitation)
Expand Down

0 comments on commit 83e9000

Please sign in to comment.