We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33a009 commit 06f140cCopy full SHA for 06f140c
questions/tasks.py
@@ -291,7 +291,7 @@ def multiple_choice_delete_option_notificiations(
291
)
292
293
.exclude(
294
- ubsubscribed_mailing_tags__contains=[
+ unsubscribed_mailing_tags__contains=[
295
MailingTags.BEFORE_PREDICTION_AUTO_WITHDRAWAL # seems most reasonable
296
]
297
@@ -338,7 +338,7 @@ def multiple_choice_add_option_notificiations(
338
) # all effected forecasts have their end_time set to grace_period_end
339
340
341
342
343
344
0 commit comments