mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-23 18:24:13 -04:00
revert TODO for notification types
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user