mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
@@ -170,7 +170,10 @@ def send_notification_to_queue_detached(
|
||||
|
||||
def send_notification_to_queue(notification, queue=None):
|
||||
send_notification_to_queue_detached(
|
||||
notification.key_type, notification.notification_type, notification.id, queue,
|
||||
notification.key_type,
|
||||
notification.notification_type,
|
||||
notification.id,
|
||||
queue,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user