From aa9fd845efd13d21e1f906cbf11fbc4bda4b4a19 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 14 May 2023 14:21:41 -0500 Subject: [PATCH] Path fix --- frontend/sync-assets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sync-assets.js b/frontend/sync-assets.js index 4d7b06124..26d84e319 100644 --- a/frontend/sync-assets.js +++ b/frontend/sync-assets.js @@ -81,7 +81,7 @@ function downloadMiningPoolLogos$() { } } else { console.log(`${poolLogo.name} is missing, downloading...`); - download(`${PATH}mining-pools/${poolLogo.name}`, poolLogo.download_url); + download(filePath, poolLogo.download_url); downloadedCount++; } }