From 2741724c35d500695aa2346ac5f15d60550318b5 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:22:50 -0500 Subject: [PATCH] Update funtions.js --- funtions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funtions.js b/funtions.js index b1b70d4..8837edf 100644 --- a/funtions.js +++ b/funtions.js @@ -156,8 +156,8 @@ async function ConsultaClaves(cedula, chang = null){ var _ur = 'consulta_predios_detalle/1/'+cedula+'?boot=true'; } console.log(_ur); + console.log("result premiun"); AxiosPOST(_ur, {}).then(function (result) { - console.log("result premiun"); console.log(result); if(result['ok']){ array['ok'] = true;