mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
-Fix typo
- return template from dao not the history
This commit is contained in:
@@ -60,7 +60,7 @@ def dao_update_template_reply_to(template_id, reply_to):
|
||||
"service_letter_contact_id": template.service_letter_contact_id
|
||||
})
|
||||
db.session.add(history)
|
||||
return history
|
||||
return template
|
||||
|
||||
|
||||
@transactional
|
||||
|
||||
Reference in New Issue
Block a user