Skip to content

Commit

Permalink
Fix send previous day info
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobadjio committed Oct 20, 2024
1 parent bd32b64 commit 10bf56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notifier/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
}

startCheckInOffice(ctx, logger, tgNotifier, kafkaConfig.GetAddresses())
startCheckPreviousDayInfo(ctx, logger, tgNotifier)
go startCheckPreviousDayInfo(ctx, logger, tgNotifier)

updates := tgNotifier.GetBot().ListenForWebhook("/" + tgConfig.GetWebhookPath())
go func() {
Expand Down

0 comments on commit 10bf56a

Please sign in to comment.