diff --git a/scrape/parse.js b/scrape/parse.js index c3e35df..9b18f3a 100644 --- a/scrape/parse.js +++ b/scrape/parse.js @@ -71,7 +71,7 @@ export default async function parseThisShit(downloadedFilePath) { try { const regex = /^úklid\s+\d+\s+[A-Za-z]{2}$/; - if (regex.test(currentSheet[key]["w"]) || currentSheet[key]["w"].trim().length == 0) { + if (regex.test(currentSheet[key]["w"].trim()) || currentSheet[key]["w"].trim().length == 0) { d = false; } } catch {}