From 4663c82c258b1f63e8770bf0c63be6f234640735 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Thu, 23 Oct 2025 11:20:27 +0200 Subject: [PATCH] fix: Fix: Fix --- scrape/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/parse.js b/scrape/parse.js index 4ec5081..89b6e1f 100644 --- a/scrape/parse.js +++ b/scrape/parse.js @@ -205,4 +205,4 @@ export default async function parseThisShit(downloadedFilePath) { fs.writeFileSync("db/current.json", JSON.stringify(data, null, 2)); } -parseThisShit("downloads/table.xlsx") +// parseThisShit("downloads/table.xlsx")