refactor(simapp): add ,squash flag (#17172)
This commit is contained in:
parent
257d3e5e7c
commit
1a331a6f9f
@ -146,7 +146,7 @@ func initAppConfig() (string, interface{}) {
|
||||
}
|
||||
|
||||
type CustomAppConfig struct {
|
||||
serverconfig.Config
|
||||
serverconfig.Config `mapstructure:",squash"`
|
||||
|
||||
WASM WASMConfig `mapstructure:"wasm"`
|
||||
}
|
||||
|
||||
@ -156,7 +156,7 @@ func initAppConfig() (string, interface{}) {
|
||||
}
|
||||
|
||||
type CustomAppConfig struct {
|
||||
serverconfig.Config
|
||||
serverconfig.Config `mapstructure:",squash"`
|
||||
|
||||
WASM WASMConfig `mapstructure:"wasm"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user