Skip to content

Commit

Permalink
Fix telegram bot functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Nov 24, 2023
1 parent 1264223 commit 22911d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func main() {
log.Fatalf("Error connecting to phabricator, %s", err)
}

runTaskServer()
go runTaskServer()

telegramClient, err = tgbotapi.NewBotAPI(viper.GetString("telegram.token"))
if err != nil {
Expand Down

0 comments on commit 22911d0

Please sign in to comment.