Skip to content

Commit 06f140c

Browse files
committed
spelling of arg causes failure
1 parent b33a009 commit 06f140c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

questions/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def multiple_choice_delete_option_notificiations(
291291
)
292292
)
293293
.exclude(
294-
ubsubscribed_mailing_tags__contains=[
294+
unsubscribed_mailing_tags__contains=[
295295
MailingTags.BEFORE_PREDICTION_AUTO_WITHDRAWAL # seems most reasonable
296296
]
297297
)
@@ -338,7 +338,7 @@ def multiple_choice_add_option_notificiations(
338338
) # all effected forecasts have their end_time set to grace_period_end
339339
)
340340
.exclude(
341-
ubsubscribed_mailing_tags__contains=[
341+
unsubscribed_mailing_tags__contains=[
342342
MailingTags.BEFORE_PREDICTION_AUTO_WITHDRAWAL # seems most reasonable
343343
]
344344
)

0 commit comments

Comments
 (0)