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

@@ -164,7 +164,8 @@ def update_notification_status_by_reference(reference, status):
current_app.logger.error(
"notification not found for reference {} (update to {})".format(
reference, status
)
),
exc_info=True,
)
return None