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)