This commit is contained in:
Kenneth Kehl
2024-08-15 10:31:02 -07:00
parent 714f6f1588
commit 146f0cc787
20 changed files with 113 additions and 92 deletions

View File

@@ -151,8 +151,6 @@ def persist_notification(
def send_notification_to_queue_detached(
key_type, notification_type, notification_id, queue=None
):
if key_type == KeyType.TEST:
print("send_notification_to_queue_detached key is test key")
if notification_type == NotificationType.SMS:
if not queue: