This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user