mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -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():
|
def create_stats_dict():
|
||||||
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] = {}
|
stats_dict[template] = {}
|
||||||
|
|
||||||
for status in ('total', 'test-key'):
|
for status in ('total', 'test-key'):
|
||||||
|
|||||||
Reference in New Issue
Block a user