Fix filters.type for compat API

This commit is contained in:
Mustafa Gezen 2023-02-02 17:54:34 +01:00
parent 7234e90b5c
commit b34b24f19d
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ async def fetch_advisories_compat(
cve,
synopsis,
severity,
kind,
f"TYPE_{kind.upper()}",
]
)