mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
Fixing static scan
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user