Co-authored-by: zakir-code <80246097+zakir-code@users.noreply.github.com>
This commit is contained in:
parent
d200d421ec
commit
a39e093a9e
@ -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