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 {