diff --git a/src/commands/scan/eol.ts b/src/commands/scan/eol.ts index 02bafdd2..7b50c80a 100644 --- a/src/commands/scan/eol.ts +++ b/src/commands/scan/eol.ts @@ -94,7 +94,7 @@ export default class ScanEol extends Command { const reportCardUrl = config.eolReportUrl; const url = ux.colorize( 'blue', - terminalLink(new URL(reportCardUrl).hostname, `${reportCardUrl}/${id}`, { fallback: (url) => url }), + terminalLink(new URL(reportCardUrl).hostname, `${reportCardUrl}/${id}`, { fallback: (_, url) => url }), ); this.log(`🌐 View your full EOL report at: ${url}\n`); }