diff --git a/app/service/statistics.py b/app/service/statistics.py index c1fdc449c..e36106f0b 100644 --- a/app/service/statistics.py +++ b/app/service/statistics.py @@ -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'):