Skip to content

Commit

Permalink
Testing the variables within the LA
Browse files Browse the repository at this point in the history
  • Loading branch information
awisniew207 committed Sep 6, 2024
1 parent 6d03205 commit 4329799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/litAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4329799

Please sign in to comment.