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'];