mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Use the default reply_to from template
This commit is contained in:
@@ -93,5 +93,4 @@ def get_reply_to_text(notification_type, sender_id, service, template):
|
||||
reply_to = dao_get_service_sms_senders_by_id(service.id, sender_id).get_reply_to_text()
|
||||
else:
|
||||
reply_to = template.get_reply_to_text()
|
||||
|
||||
return reply_to
|
||||
|
||||
Reference in New Issue
Block a user