fix broken go live email notification

This commit is contained in:
Kenneth Kehl
2024-11-27 10:56:13 -08:00
parent 61b9948270
commit 43eba01bb4

View File

@@ -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):