From 8e7b3dead35449e95eba91325dc8c7f3621ce52c Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Mon, 9 Jun 2025 13:01:22 -0400 Subject: [PATCH] Fixing static scan --- app/notifications/rest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/notifications/rest.py b/app/notifications/rest.py index 22bbaeba2..1deac8474 100644 --- a/app/notifications/rest.py +++ b/app/notifications/rest.py @@ -64,6 +64,7 @@ def get_notification_by_id(notification_id): try: notification.subject = template.subject except Exception: + # Subject attribute may not exist on notification model pass schema = PublicNotificationResponseSchema()