From 30c1e3231dc0ed7e7fd79bb49d78422cc3bfc1d6 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:40:10 +0200 Subject: [PATCH] oof --- internal/telegram/buttons.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/telegram/buttons.go b/internal/telegram/buttons.go index 88deb71..f16a6e3 100644 --- a/internal/telegram/buttons.go +++ b/internal/telegram/buttons.go @@ -76,7 +76,6 @@ func (bot *TipBot) appendWebAppLinkToButton(btn *tb.Btn, user *lnbits.User) { // Telegram returns an error and does not show the keyboard btn.WebApp = &tb.WebAppInfo{Url: url} } - btn.WebApp = &tb.WebAppInfo{Url: "https://callebtc.github.io/tmp/qr3.html"} } // mainMenuBalanceButtonUpdate updates the balance button in the mainMenu