bedrock region handling - updated to fix bad pointer reference

This commit is contained in:
James Andrews
2025-06-23 00:03:32 +01:00
parent 14a3c11930
commit 0b5d3cfc30

View File

@@ -56,10 +56,6 @@ func NewClient() (ret *BedrockClient) {
ret.runtimeClient = runtimeClient
ret.controlPlaneClient = controlPlaneClient
if cfg.Region != "" {
ret.bedrockRegion.Value = cfg.Region
}
ret.bedrockRegion = ret.PluginBase.AddSetupQuestion("AWS Region", true)
return