fix broken go live email notification

This commit is contained in:
Kenneth Kehl
2024-11-27 11:03:01 -08:00
parent 43eba01bb4
commit a1155dff7e

View File

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