style: remove unused variable

This commit is contained in:
MDLeom 2023-08-05 01:06:08 +00:00
parent 33185823b6
commit e77fdd12de
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 2 deletions

View File

@ -55,7 +55,6 @@ const dl = async (project) => {
const filename = project + '.zip'
const link = `https://gitlab.com/malware-filter/${project}/-/jobs/artifacts/main/download?job=pages`
const pipelineUrl = `https://gitlab.com/malware-filter/${project}/badges/main/pipeline.svg`
let isMirror = false
console.log(`Downloading ${filename} from "${link}"`)
try {
@ -73,7 +72,6 @@ const dl = async (project) => {
const mirrorLink = `https://nightly.link/curbengh/${project}/workflows/pages/main/public.zip`
console.log(`Downloading ${filename} from "${mirrorLink}"`)
isMirror = true
try {
await pipeline(