Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lamanchy authored Aug 1, 2023
1 parent 1f4d527 commit 96a8b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/questionnaire/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from questionnaire.models import *


@receiver(pre_save, sender=EventApplication, dispatch_uid='set_event_application_user')
#@receiver(pre_save, sender=EventApplication, dispatch_uid='set_event_application_user')
def set_event_application_user(instance: EventApplication, **kwargs):
instance.user = (
instance.user or
Expand Down

0 comments on commit 96a8b5c

Please sign in to comment.