Update metodos.js

This commit is contained in:
Victor Sanchez Sosa 2024-02-08 17:19:48 -05:00
parent 6453eebc05
commit ac5478add8

View File

@ -657,6 +657,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n
_cedula = _cedula.replace(/-/g, "");
if (regex.test(_cedula)) {
let legion = await funcion.ConsultaClaves(_cedula, nuevo);
console.log("legion model antes");
console.log(legion)
if (legion['ok'] == true) {
console.log("legion model");