From 5cfb906a4f4d9242b69c85c33f3e350f95820ed2 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Wed, 24 Jul 2024 00:49:01 -0400 Subject: [PATCH] Reset token --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index f17a0eb..fc21b49 100644 --- a/config/config.go +++ b/config/config.go @@ -80,7 +80,7 @@ type EmailConfig struct { func NewConfig() *Config { return &Config{ Telegram: TelegramConfig{ - Token: "REMOVED", + Token: "", }, Database: DatabaseConfig{ Type: "sqlite",