From cfefe580b0d0a76d60dbc1971ce2cb765c546dbe Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:25:56 -0500 Subject: [PATCH] Update metodos.js --- metodos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/metodos.js b/metodos.js index e1bd65c..31c6c01 100644 --- a/metodos.js +++ b/metodos.js @@ -656,6 +656,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n const regex = /^[0-9]*$/; _cedula = _cedula.replace(/-/g, ""); if (regex.test(_cedula)) { + console.log("legion model antes 12385"); let legion = await funcion.ConsultaClaves(_cedula, nuevo); console.log("legion model antes"); console.log(legion)