mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
Re-use variable fix
This commit is contained in:
parent
a447887901
commit
da3c3e8f5c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ function downloadPromoVideoSubtiles() {
|
|||
}
|
||||
} else {
|
||||
console.log(`${language.name} is missing, downloading`);
|
||||
download(`${PATH}/promo-video/${language.name}`, language.download_url);
|
||||
download(filePath, language.download_url);
|
||||
downloadedCount++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue