From 894b6e0e3f0c1156d0d6f39af72c4923613aa856 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Sun, 23 Nov 2025 17:18:25 +0100 Subject: [PATCH] fix: I hate my life --- scrape/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/parse.js b/scrape/parse.js index e71ae50..e22d1da 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")