Fixing static scan

This commit is contained in:
alexjanousekGSA
2025-06-09 13:01:22 -04:00
parent 0582a775be
commit 8e7b3dead3

View File

@@ -64,6 +64,7 @@ def get_notification_by_id(notification_id):
try: try:
notification.subject = template.subject notification.subject = template.subject
except Exception: except Exception:
# Subject attribute may not exist on notification model
pass pass
schema = PublicNotificationResponseSchema() schema = PublicNotificationResponseSchema()