fix inbound_number_dao

This commit is contained in:
Kenneth Kehl
2024-10-17 10:02:26 -07:00
parent 2cfd1c6893
commit a5f2022d60
2 changed files with 23 additions and 14 deletions

View File

@@ -86,7 +86,7 @@ def _create_service_invite(invited_user, invite_link_host):
redis_store.set(
f"email-personalisation-{saved_notification.id}",
json.dumps(personalisation),
ex=2*24*60*60,
ex=2 * 24 * 60 * 60,
)
send_notification_to_queue(saved_notification, queue=QueueNames.NOTIFY)