From 2f0726ae1ea8a256c361c11c71a40e7d483a3f46 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:31:51 -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 b9f63f4..d188599 100644 --- a/metodos.js +++ b/metodos.js @@ -644,7 +644,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n _cedula = data_context.cedula; } const regex = /^[0-9]*$/; - _cedula = _cedula.replace(/-/g, ""); + // _cedula = _cedula.replace(/-/g, ""); if (regex.test(_cedula)) { let legion = await funcion.ConsultaClaves(_cedula, nuevo); if (legion['ok'] == true) {