From 1f100bff456831efa9274242628537160fbe1d6c Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:21:03 -0500 Subject: [PATCH] Update funtions.js --- funtions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/funtions.js b/funtions.js index f9b2368..b2c9074 100644 --- a/funtions.js +++ b/funtions.js @@ -157,6 +157,8 @@ async function ConsultaClaves(cedula, chang = null){ } console.log(_ur); AxiosGET(_ur, {}).then(function (result) { + console.log("result premiun"); + console.log(result); if(result['ok']){ array['ok'] = true; array['data'] = result['data_bot'];