revert previous commit

This commit is contained in:
Kenneth Kehl
2024-03-07 10:17:37 -08:00
parent f42cf3bd22
commit b3966ae800
2 changed files with 2 additions and 3 deletions

View File

@@ -272,7 +272,7 @@ def get_status_filters(service, message_type, statistics):
if message_type is None:
stats = {
key: sum(statistics[message_type][key] for message_type in {"email", "sms"})
for key in {"requested", "delivered", "failure"}
for key in {"requested", "delivered", "failed"}
}
else:
stats = statistics[message_type]