Actualizar robot.js

This commit is contained in:
2026-02-13 23:38:00 +00:00
parent 5cdc8fdd58
commit 657745b4cf

View File

@@ -187,6 +187,7 @@ const fullData = await page.evaluate(() => {
if (l.includes("ESTADO ASIGNADO")) return false;
if (l.includes("SMS NO ENVIADO")) return false;
if (l.includes("CONTACTO CON PROF")) return false;
if (l.includes("tipo de cobro es banco")) return false;
if (l.includes("0000")) return false;
return true;
});