Skip to content

Commit

Permalink
fix: deprecated extension config map not set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanjl authored and jchappelow committed Nov 25, 2024
1 parent bd35ded commit f071b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kwild/server/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (c *coreDependencies) service(loggerName string) *common.Service {
GenesisConfig: c.genesisCfg,
LocalConfig: c.cfg,
Identity: c.privKey.PubKey().Bytes(),
ExtensionConfigs: make(map[string]map[string]string),
ExtensionConfigs: c.cfg.AppConfig.Extensions,
}
}

Expand Down

0 comments on commit f071b01

Please sign in to comment.