fix(cleanup files fix4)

This commit is contained in:
2025-10-04 00:13:22 +05:30
parent 1ab8529b27
commit 11d7c3015e
2 changed files with 84 additions and 93 deletions

View File

@@ -280,7 +280,7 @@ router.post(
}
// Clean up temp files:
if (result.pdf_path) {
if (result.ss_path) {
await emptyFolderContainingFile(result.ss_path);
}