Skip to content

Commit 070800b

Browse files
committed
fix: add exclude for observation exclude
1 parent 8fcead9 commit 070800b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/application/core/services/export_observations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def _get_excludes() -> list[str]:
6666
"STATUS_NOT_SECURITY",
6767
"STATUS_AFFECTED",
6868
"origin_service",
69+
"observation_notified",
6970
]
7071

7172

0 commit comments

Comments
 (0)