mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -05:00
Removed the group by day aspects of template stats. Not needed. Grouped by template only.
This commit is contained in:
@@ -37,7 +37,6 @@ def get_template_statistics_for_service_by_day(service_id):
|
||||
def serialize(data):
|
||||
return {
|
||||
'count': data.count,
|
||||
'day': str(data.day),
|
||||
'template_id': str(data.template_id),
|
||||
'template_name': data.name,
|
||||
'template_type': data.template_type
|
||||
|
||||
Reference in New Issue
Block a user