Skip to content

Commit

Permalink
fix: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Jan 13, 2025
1 parent 380488c commit ac280b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func aggregatorMain(ctx *cli.Context) error {
go func() {
listenErrPair := aggregator.SubscribeToNewTasks()
if listenErrPair != nil {
aggregatorConfig.BaseConfig.Logger.Fatal("Error subscribing for new tasks", "err", listenErr)
aggregatorConfig.BaseConfig.Logger.Fatal("Error subscribing for new tasks", "err", listenErrPair)
}
}()

Expand Down

0 comments on commit ac280b7

Please sign in to comment.