Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
Unset Sentry panic.
  • Loading branch information
ihippik committed Apr 28, 2024
1 parent 2111f0b commit 3631415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Config struct {
Database *DatabaseCfg `valid:"required"`
Publisher *PublisherCfg `valid:"required"`
Logger *cfg.Logger `valid:"required"`
Monitoring *cfg.Monitoring
Monitoring cfg.Monitoring
}

// ListenerCfg path of the listener config.
Expand Down

0 comments on commit 3631415

Please sign in to comment.