From 2a31489f9cfca3a045ceafce695a1fab82339194 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sun, 29 Mar 2026 14:09:01 +0000 Subject: [PATCH] Actualizar server.js --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 394d8ae..fb723bc 100644 --- a/server.js +++ b/server.js @@ -1356,7 +1356,7 @@ app.get("/public/portal/:token", async (req, res) => { tax: b.tax, client_name: b.client_name, client_phone: b.client_phone, - client_address: b.client_address + client_address: b.client_address, status: b.status // 🛑 FIX: Faltaba enviar el estado al móvil })); }