Lint: Prefix unused variables/parameters

This commit is contained in:
daz
2025-04-09 16:40:33 -06:00
parent 016b3d4592
commit 078dac7a70
4 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ async function addDistributionSnapshotChecksumUrls(checksumUrls: [string, string
// // Find all links ending with '-wrapper.jar.sha256'
const wrapperChecksumLinks = $('a[href$="-wrapper.jar.sha256"]')
wrapperChecksumLinks.each((index, element) => {
wrapperChecksumLinks.each((_index, element) => {
const url = $(element).attr('href')!
// Extract the version from the url