From 4329799b6a50e878c1f6d1e7b888f17f47613fa0 Mon Sep 17 00:00:00 2001 From: awisniew207 Date: Fri, 6 Sep 2024 11:04:29 -0700 Subject: [PATCH] Testing the variables within the LA --- src/litAction.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/litAction.ts b/src/litAction.ts index cea5d24..66dedd6 100644 --- a/src/litAction.ts +++ b/src/litAction.ts @@ -57,6 +57,8 @@ const _litActionCode = async () => { const isValid = calculatedHashHex === hash; if (!isValid) { + console.log("Telegram user data", telegramUserData); + console.log("telegramBotSecret", telegramBotSecret); console.log("Invalid Telegram user data", calculatedHashHex, hash); return Lit.Actions.setResponse({ response: "false",