Actualizar robot.js

This commit is contained in:
2026-03-22 22:20:02 +00:00
parent 11168cf7f6
commit aebcd997f4

View File

@@ -243,7 +243,8 @@ async function main() {
}
await saveServiceToDB(ownerId, 'multiasistencia', ref, scrapData);
}
} catch (e) {
} // <--- ESTA LLAVE CIERRA EL BUCLE FOR
} catch (e) { // <--- ESTA LLAVE CIERRA EL BLOQUE TRY
console.error("❌ Error Multi:", e.message);
} finally {
await browser.close();