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

View File

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