Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/service')
-rw-r--r--web/service/tgbot.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/service/tgbot.go b/web/service/tgbot.go
index 87445a9a..30d19dba 100644
--- a/web/service/tgbot.go
+++ b/web/service/tgbot.go
@@ -1560,8 +1560,6 @@ func (t *Tgbot) sendBackup(chatId int64) {
} else {
logger.Error("Error in opening config.json file for backup: ", err)
}
-
- t.sendBanLogs(chatId, false)
}
func (t *Tgbot) sendBanLogs(chatId int64, dt bool) {