From 6453eebc054007fb677224b6cf74bde9857b9d16 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:18:14 -0500 Subject: [PATCH] Update metodos.js --- metodos.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metodos.js b/metodos.js index 8eb1993..96b2008 100644 --- a/metodos.js +++ b/metodos.js @@ -659,6 +659,8 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n let legion = await funcion.ConsultaClaves(_cedula, nuevo); console.log(legion) if (legion['ok'] == true) { + console.log("legion model"); + console.log(legion); // let mensjae_predios = ''; // legion['data'].forEach((element, index) => { // var rec = element['valor']['boot']['anteriores'];