minor changes

This commit is contained in:
2026-07-27 16:37:16 +02:00
parent d648abc6fd
commit 88c77e61f7
+2 -2
View File
@@ -101,8 +101,8 @@ async function attachPdfToAccount(sfdc) {
} }
finally { finally {
if (parser) { if (parser) {
await parser.destroy(); await parser.destroy();
} }
} }
} }
console.log(`PDFs successfully attached!`); console.log(`PDFs successfully attached!`);