This commit is contained in:
@@ -71,7 +71,7 @@ export default async function parseThisShit(downloadedFilePath) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const regex = /^úklid\s+\d+\s+[A-Za-z]{2}$/;
|
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;
|
d = false;
|
||||||
}
|
}
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|||||||
Reference in New Issue
Block a user