fix invites again

This commit is contained in:
Kenneth Kehl
2025-04-07 14:36:21 -07:00
parent e4b7cf98a3
commit 91f269646f

View File

@@ -218,8 +218,6 @@ def send_email_to_provider(notification):
html_email = html_email.replace("(", "")
html_email = html_email.replace(")", "")
if notification.key_type == KeyType.TEST:
notification.reference = str(create_uuid())
update_notification_to_sending(notification, provider)