From a1155dff7ea755c1a0a85953fe72a91ac436de93 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 27 Nov 2024 11:03:01 -0800 Subject: [PATCH] fix broken go live email notification --- app/service/sender.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/service/sender.py b/app/service/sender.py index 1a3b1400a..9370db0a9 100644 --- a/app/service/sender.py +++ b/app/service/sender.py @@ -61,7 +61,6 @@ def send_notification_to_service_users( send_notification_to_queue(notification, queue=QueueNames.NOTIFY) - def _add_user_fields(user, personalisation, fields): for field in fields: personalisation[field] = getattr(user, field)