Skip to content

Commit fdf489c

Browse files
authored
Apply suggestion from @cslzchen
1 parent d6f5cd0 commit fdf489c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/auth/campaigns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
CAMPAIGNS = None
1515
CAMPAIGNS_LAST_REFRESHED = timezone.now()
1616

17-
# TODO: should clean campaigns
17+
# TODO: Notification Refactor have replaced deprecated notification types with placeholder ones; still need to clean up deprecated campaigns.
1818
def get_campaigns():
1919

2020
global CAMPAIGNS

0 commit comments

Comments
 (0)