mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
fix broken go live email notification
This commit is contained in:
@@ -52,9 +52,11 @@ def send_notification_to_service_users(
|
||||
json.dumps(personalisation),
|
||||
ex=24 * 60 * 60,
|
||||
)
|
||||
print(hilite("GOT PAST FIRST SET"))
|
||||
redis_store.set(
|
||||
f"email-recipient-{notification.id}", notification.to, ex=24 * 60 * 60
|
||||
)
|
||||
print(hilite("GOT PAST SECOND SET"))
|
||||
|
||||
send_notification_to_queue(notification, queue=QueueNames.NOTIFY)
|
||||
return notification
|
||||
|
||||
Reference in New Issue
Block a user