Actualizar server.js

This commit is contained in:
2026-03-29 14:06:32 +00:00
parent 9b14c96f37
commit 1b41f601b6

View File

@@ -1357,6 +1357,7 @@ app.get("/public/portal/:token", async (req, res) => {
client_name: b.client_name,
client_phone: b.client_phone,
client_address: b.client_address
status: b.status // 🛑 FIX: Faltaba enviar el estado al móvil
}));
}