Skip to content

Commit

Permalink
refactor(simapp): add ,squash flag (#17172)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a331a6)
  • Loading branch information
zakir-code authored and mergify[bot] committed Jul 28, 2023
1 parent d200d42 commit 72ac5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func initAppConfig() (string, interface{}) {
}

type CustomAppConfig struct {
serverconfig.Config
serverconfig.Config `mapstructure:",squash"`

WASM WASMConfig `mapstructure:"wasm"`
}
Expand Down
2 changes: 1 addition & 1 deletion simapp/simd/cmd/root_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func initAppConfig() (string, interface{}) {
}

type CustomAppConfig struct {
serverconfig.Config
serverconfig.Config `mapstructure:",squash"`

WASM WASMConfig `mapstructure:"wasm"`
}
Expand Down

0 comments on commit 72ac5be

Please sign in to comment.