revert TODO for notification types

This commit is contained in:
stvnrlly
2023-03-02 14:01:52 -05:00
parent eb31120035
commit 4fd6ab137a

View File

@@ -37,7 +37,7 @@ def format_admin_stats(statistics):
def create_stats_dict():
stats_dict = {}
for template in ['sms', 'email']: # TODO: return to NOTIFICATION_TYPES after removing letters
for template in NOTIFICATION_TYPES:
stats_dict[template] = {}
for status in ('total', 'test-key'):