merge from main and reformat

This commit is contained in:
Kenneth Kehl
2023-08-29 16:21:18 -07:00
43 changed files with 254 additions and 206 deletions

View File

@@ -138,6 +138,7 @@ def send_notification(notification_type):
if not simulated:
queue_name = QueueNames.PRIORITY if template.process_type == PRIORITY else None
send_notification_to_queue(notification=notification_model, queue=queue_name)
else:
current_app.logger.debug(
"POST simulated notification for id: {}".format(notification_model.id)