refactor(simapp): add ,squash tag (backport #17172) (#17173)

Co-authored-by: zakir-code <80246097+zakir-code@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2023-07-28 09:29:37 +00:00 committed by GitHub
parent d200d421ec
commit a39e093a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ func initAppConfig() (string, interface{}) {
}
type CustomAppConfig struct {
serverconfig.Config
serverconfig.Config `mapstructure:",squash"`
WASM WASMConfig `mapstructure:"wasm"`
}

View File

@ -156,7 +156,7 @@ func initAppConfig() (string, interface{}) {
}
type CustomAppConfig struct {
serverconfig.Config
serverconfig.Config `mapstructure:",squash"`
WASM WASMConfig `mapstructure:"wasm"`
}