From 041bf640d1e6d0d7287430c439e38729453b7be2 Mon Sep 17 00:00:00 2001 From: Peyman <118217228+Ptechgithub@users.noreply.github.com> Date: Sun, 21 May 2023 10:42:20 +0330 Subject: [PATCH] Update tgbot.go --- web/service/tgbot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/service/tgbot.go b/web/service/tgbot.go index 76e740e0..fe9a28f1 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -427,7 +427,7 @@ func (t *Tgbot) getIPsForDomains(domainList []string) string { } return result } - +} func checkAdmin(tgId int64) bool { for _, adminId := range adminIds { if adminId == tgId {