Actualizar robot.js
This commit is contained in:
1
robot.js
1
robot.js
@@ -187,6 +187,7 @@ const fullData = await page.evaluate(() => {
|
|||||||
if (l.includes("ESTADO ASIGNADO")) return false;
|
if (l.includes("ESTADO ASIGNADO")) return false;
|
||||||
if (l.includes("SMS NO ENVIADO")) return false;
|
if (l.includes("SMS NO ENVIADO")) return false;
|
||||||
if (l.includes("CONTACTO CON PROF")) 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;
|
if (l.includes("0000")) return false;
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user