mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
remove broadcast-related code, except migrations
This commit is contained in:
@@ -72,7 +72,6 @@ def dao_update_template_reply_to(template_id, reply_to):
|
||||
"archived": template.archived,
|
||||
"process_type": template.process_type,
|
||||
"service_letter_contact_id": template.service_letter_contact_id,
|
||||
"broadcast_data": template.broadcast_data,
|
||||
})
|
||||
db.session.add(history)
|
||||
return template
|
||||
|
||||
Reference in New Issue
Block a user