mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-31 11:28:30 -04:00
`Notification.template_history` relationship has been removed but we want to keep the `template_history` key in existing notification serializations, so we serialize it from `Notifications.template`. This keeps the data format the same, but both `template` and `template_history` keys will now contain data from the `TemplateHistory` instance.