Skip to content

Commit

Permalink
feat: remove redundant call
Browse files Browse the repository at this point in the history
  • Loading branch information
polsar88 committed Aug 8, 2024
1 parent 73aa1a0 commit a8ed5dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ func (config *Config) Validate() error {
return errors.New("invalid config found")
}

config.Global.Routing.setDefaults()

return nil
}

Expand Down

0 comments on commit a8ed5dc

Please sign in to comment.