1
0

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

This commit is contained in:
2025-08-31 16:35:22 +02:00
parent fc8d4d3545
commit 4985d574d5
6 changed files with 374 additions and 26 deletions

View File

@@ -144,7 +144,7 @@ async function clearDownloadsFolder() {
console.log('Waiting for file:', downloadedFilePath);
await waitForFile(downloadedFilePath);
parseThisShit(downloadedFilePath);
await parseThisShit(downloadedFilePath);
await clearDownloadsFolder();