1
0

fix: "Úklid"
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-09-04 09:03:13 +02:00
parent 977864ae1d
commit fac36754fd

View File

@@ -70,7 +70,7 @@ export default async function parseThisShit(downloadedFilePath) {
let d = true;
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"].trim()) || currentSheet[key]["w"].trim().length == 0) {
d = false;
}