Skip to content

Commit

Permalink
fix broken go live email notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 27, 2024
1 parent 43eba01 commit a1155df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/service/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a1155df

Please sign in to comment.