mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
Add template hidden field in response
This commit is contained in:
@@ -536,7 +536,8 @@ def get_monthly_template_usage(service_id):
|
||||
'type': i.template_type,
|
||||
'month': i.month,
|
||||
'year': i.year,
|
||||
'count': i.count
|
||||
'count': i.count,
|
||||
'hidden': i.hidden
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user