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 61b9948 commit 43eba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 43eba01

Please sign in to comment.