mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-04 16:20:06 -04:00
initial
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user