Skip to content

Commit

Permalink
chore: update the right config field name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Nov 27, 2024
1 parent 30d1078 commit f713c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/shared/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Config struct {
Queue *queue.QueueConfig `mapstructure:"queue"`
Metrics *MetricsConfig `mapstructure:"metrics"`
Assets *AssetsConfig `mapstructure:"assets"`
DelegationTransition *DelegationTransitionConfig `mapstructure:"delegation_transition"`
DelegationTransition *DelegationTransitionConfig `mapstructure:"delegation-transition"`
}

func (cfg *Config) Validate() error {
Expand Down

0 comments on commit f713c00

Please sign in to comment.