mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
fix invites again
This commit is contained in:
@@ -218,8 +218,6 @@ def send_email_to_provider(notification):
|
|||||||
html_email = html_email.replace("(", "")
|
html_email = html_email.replace("(", "")
|
||||||
html_email = html_email.replace(")", "")
|
html_email = html_email.replace(")", "")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if notification.key_type == KeyType.TEST:
|
if notification.key_type == KeyType.TEST:
|
||||||
notification.reference = str(create_uuid())
|
notification.reference = str(create_uuid())
|
||||||
update_notification_to_sending(notification, provider)
|
update_notification_to_sending(notification, provider)
|
||||||
|
|||||||
Reference in New Issue
Block a user