fix: remove inferrable type annotation to pass eslint

This commit is contained in:
Chad Bentz
2026-02-27 22:58:04 +00:00
parent 0e129e113c
commit e8c2f9a12c
+1 -1
View File
@@ -279,7 +279,7 @@ async function promisePool(
export async function addChangeVulnerabilitiesToSummary(
vulnerableChanges: Changes,
severity: string,
showPatchedVersions: boolean = false
showPatchedVersions = false
): Promise<void> {
if (vulnerableChanges.length === 0) {
return