do not sync to gsheets
All checks were successful
Build && Deploy / go build (push) Successful in 21s

This commit is contained in:
Akulij 2025-05-05 20:19:35 +03:00
parent 440cdd5a2c
commit 10d25f1d4b

View File

@ -59,7 +59,6 @@ func main() {
}
// Run other background tasks
go continiousSyncGSheets(bc)
go notifyAboutEvents(bc)
for update := range bc.updates {