mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
ensure template history serializes using template serialize fn
This commit is contained in:
@@ -18,5 +18,4 @@ def get_template_by_id(template_id, version=None):
|
||||
|
||||
template = templates_dao.dao_get_template_by_id_and_service_id(
|
||||
template_id, authenticated_service.id, data.get('version'))
|
||||
|
||||
return jsonify(template.serialize()), 200
|
||||
|
||||
Reference in New Issue
Block a user