mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-30 14:19:43 -04:00
More changes are done.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -26,6 +26,6 @@ def get_total_sent_notifications_for_day(day):
|
||||
sms_count = get_total_sent_notifications_for_day_and_type(day, NotificationType.SMS)
|
||||
|
||||
return {
|
||||
"email": email_count,
|
||||
"sms": sms_count,
|
||||
NotificationType.EMAIL: email_count,
|
||||
NotificationType.SMS: sms_count,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user