Actualizar server.js

This commit is contained in:
2026-03-08 14:52:04 +00:00
parent 6b9da87af8
commit 96d6c9cc58

View File

@@ -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}.`); console.log(`🛑 [IA SILENCIADA] El cliente escribió, pero el exp #${service.service_ref} está ${service.status_name}.`);
return; return;
} }
// 🛑 SEMÁFORO ANTI-METRALLETA
if (candadosIA.has(service.id)) {
return;
}
candadosIA.add(service.id); candadosIA.add(service.id);
try { try {