forece push
Some checks failed
dev test / test (push) Successful in 31s
dev test / vulnCheck (push) Successful in 38s
dev test / Ci-Lint (push) Failing after 32s

This commit is contained in:
maximo tejeda 2024-12-13 15:37:43 -04:00
parent f9fcba36fd
commit 7de8a59be8

View File

@ -48,7 +48,7 @@ func main() {
u := tgbotapi.NewUpdate(0)
u.Timeout = 60
// bot user update channel
// bot user update chan
updtChan := bot.GetUpdatesChan(u)
// subs chann
changeChan := make(chan *nats.Msg, 64)