remove letters from platform_stats

This commit is contained in:
stvnrlly
2023-02-24 13:35:58 -05:00
parent 030d22bd6d
commit 0a3260c030
4 changed files with 38 additions and 64 deletions

View File

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