This commit is contained in:
Kenneth Kehl
2024-09-02 09:46:27 -07:00
parent da7d618460
commit c075cacae9
2 changed files with 3 additions and 7 deletions

View File

@@ -995,9 +995,9 @@ def send_notification(service_id, template_id):
def _send_notification(service_id, template_id):
scheduled_for = session.pop("scheduled_for", "")
print("GOING TO GET RECIPIENT") # noqa
print("GOING TO GET RECIPIENT") # noqa
recipient = get_recipient()
print(f"RECIPIENT IS {recipient}, redirecting if None") # noqa
print(f"RECIPIENT IS {recipient}, redirecting if None") # noqa
if not recipient:
return redirect(