From 91f269646fdade1236e5379877dab5727d1780f9 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 7 Apr 2025 14:36:21 -0700 Subject: [PATCH] fix invites again --- app/delivery/send_to_providers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/delivery/send_to_providers.py b/app/delivery/send_to_providers.py index d9a9a9a12..0e1c89243 100644 --- a/app/delivery/send_to_providers.py +++ b/app/delivery/send_to_providers.py @@ -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)