Actualizar server.js
This commit is contained in:
@@ -3119,11 +3119,6 @@ app.post("/webhook/evolution", async (req, res) => {
|
||||
console.log(`🛑 [IA SILENCIADA] El cliente escribió, pero el exp #${service.service_ref} está ${service.status_name}.`);
|
||||
return;
|
||||
}
|
||||
|
||||
// 🛑 SEMÁFORO ANTI-METRALLETA
|
||||
if (candadosIA.has(service.id)) {
|
||||
return;
|
||||
}
|
||||
candadosIA.add(service.id);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user