From 2ce5a0b760c3ed2ec39e49ff988737b368d34d79 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Thu, 4 Sep 2025 08:32:06 +0200 Subject: [PATCH] fix: This shit --- scrape/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/parse.js b/scrape/parse.js index 9b18f3a..f5d144d 100644 --- a/scrape/parse.js +++ b/scrape/parse.js @@ -150,4 +150,4 @@ export default async function parseThisShit(downloadedFilePath) { fs.writeFileSync('db/current.json', JSON.stringify(data)); } -parseThisShit("downloads/table.xlsx"); +// parseThisShit("downloads/table.xlsx");