From 55a589ea504090f981a976745cd5f842061264ac Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:14:00 -0500 Subject: [PATCH] Update metodos.js --- metodos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metodos.js b/metodos.js index 31c6c01..9a46b07 100644 --- a/metodos.js +++ b/metodos.js @@ -690,7 +690,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n // if (mensjae_predios.length > 0) { // agent.add(mensjae_predios); // } - agent.add(legion['data_text']); + agent.add(legion['data']['data_text']); return Fun_RetornarAlinicio(agent, req, res, funcion.conver_name(data_context.name)); } else { agent.add(funcion.conver_name(data_context.name) + ', ' + legion['msg']);