Skip to content

Commit e8c2f9a

Browse files
committed
fix: remove inferrable type annotation to pass eslint
1 parent 0e129e1 commit e8c2f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/summary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ async function promisePool(
279279
export async function addChangeVulnerabilitiesToSummary(
280280
vulnerableChanges: Changes,
281281
severity: string,
282-
showPatchedVersions: boolean = false
282+
showPatchedVersions = false
283283
): Promise<void> {
284284
if (vulnerableChanges.length === 0) {
285285
return

0 commit comments

Comments
 (0)