From e8c2f9a12c568d6f36f8d3a9935a6c71afc691f5 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Fri, 27 Feb 2026 22:58:04 +0000 Subject: [PATCH] fix: remove inferrable type annotation to pass eslint --- src/summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary.ts b/src/summary.ts index 89d3a64..892b38e 100644 --- a/src/summary.ts +++ b/src/summary.ts @@ -279,7 +279,7 @@ async function promisePool( export async function addChangeVulnerabilitiesToSummary( vulnerableChanges: Changes, severity: string, - showPatchedVersions: boolean = false + showPatchedVersions = false ): Promise { if (vulnerableChanges.length === 0) { return