mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
fix broken go live email notification
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user