Skip to content

Commit

Permalink
Update main/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: minghinmatthewlam <matthew.lam@avalabs.org>
Signed-off-by: Geoff Stuart <geoff.vball@gmail.com>
  • Loading branch information
geoff-vball and minghinmatthewlam authored Jun 18, 2024
1 parent 177c15f commit cf3c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func main() {

messageHandlerFactories, err := createMessageHandlerFactories(logger, &cfg)
if err != nil {
logger.Fatal("Failed to create Message Handler Factories", zap.Error(err))
logger.Fatal("Failed to create message handler factories", zap.Error(err))
panic(err)
}

Expand Down

0 comments on commit cf3c779

Please sign in to comment.