1
0

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

This commit is contained in:
2025-08-31 10:07:05 +02:00
parent e41d94ef34
commit 4ca86812a7
2 changed files with 10 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ function parseThisShit(downloadedFilePath) {
const currentSheet = workbook.Sheets[key];
final.push({});
const regex = /[AEC][0-4][a-c]?\/.*/s;
const regex = /[AEC][0-4][a-c]?\s*\/.*/s;
const prefixRegex = /[AEC][0-4][a-c]?/;
const classes = [];
const matchingKeys = Object.keys(currentSheet).filter(key => {