refactor(simapp): add ,squash flag (#17172)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user