diff --git a/robot.js b/robot.js index 5efc28e..d9f7451 100644 --- a/robot.js +++ b/robot.js @@ -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; });