From 43eba01bb46b4a86940eb96c517084b8771671fb Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 27 Nov 2024 10:56:13 -0800 Subject: [PATCH] fix broken go live email notification --- app/service/sender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/sender.py b/app/service/sender.py index 484126d0f..1a3b1400a 100644 --- a/app/service/sender.py +++ b/app/service/sender.py @@ -59,7 +59,7 @@ def send_notification_to_service_users( print(hilite("GOT PAST SECOND SET")) send_notification_to_queue(notification, queue=QueueNames.NOTIFY) - return notification + def _add_user_fields(user, personalisation, fields):