1
0

feat: Keep current xlsx document
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-10-23 13:10:56 +02:00
parent 2fa8a774b4
commit c202ce5207

View File

@@ -170,6 +170,8 @@ async function handleError(page, err) {
console.log('Waiting for file:', downloadedFilePath);
await waitForFile(downloadedFilePath);
await fs.promises.cp(downloadedFilePath, "db/current.xlsx");
await parseThisShit(downloadedFilePath);
await clearDownloadsFolder();