From 3d9c099129b1dec92a389698c7d57499f2b31d90 Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 17 Mar 2026 14:38:13 +0000 Subject: [PATCH] Actualizar server.js --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 3f6044e..fe3f315 100644 --- a/server.js +++ b/server.js @@ -3078,10 +3078,10 @@ app.post("/public/assignment/respond", async (req, res) => { rawData.status_operativo = statusAsignadoId; } - // 5. Actualizar el expediente oficial con el técnico + // 5. Actualizar el expediente oficial con el técnico y BLINDARLO contra el robot await client.query(` UPDATE scraped_services - SET assigned_to = $1, automation_status = 'completed', raw_data = $2 + SET assigned_to = $1, automation_status = 'completed', status = 'imported', raw_data = $2 WHERE id = $3 `, [ping.user_id, JSON.stringify(rawData), ping.scraped_id]);