1
0

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

This commit is contained in:
2025-09-04 08:40:35 +02:00
parent 842b024095
commit 5d5c367196

View File

@@ -66,7 +66,7 @@ export default async function parseThisShit(downloadedFilePath) {
let final2 = [];
for (const key of allKeys) {
const parsedKey = letterToNumber(key.replace(/[0-9]/gi, '')) - 1;
const parsedKey = letterToNumber(key.replace(/[0-9]/gi, ''));
let d = true;
try {
@@ -149,4 +149,4 @@ export default async function parseThisShit(downloadedFilePath) {
fs.writeFileSync('db/current.json', JSON.stringify(data));
}
// parseThisShit("downloads/table.xlsx");
parseThisShit("downloads/table.xlsx");