Actualizar robot.js

This commit is contained in:
2026-03-22 22:21:26 +00:00
parent aebcd997f4
commit 18ac325328

View File

@@ -243,13 +243,13 @@ async function main() {
}
await saveServiceToDB(ownerId, 'multiasistencia', ref, scrapData);
}
} // <--- ESTA LLAVE CIERRA EL BUCLE FOR
} catch (e) { // <--- ESTA LLAVE CIERRA EL BLOQUE TRY
} // Cierra el for (const ref of expedientesUnicos)
} catch (e) {
console.error("❌ Error Multi:", e.message);
} finally {
await browser.close();
}
}
} // Cierra async function runMultiasistencia
// ==========================================
// 🧹 HOMESERVE (MEJORADO CON DECODIFICADOR, ICONOS Y URGENCIA)