Add some clarity to the config options

This commit is contained in:
Travis Ralston 2019-04-19 17:10:56 -06:00
parent e7bf643d8b
commit ab6ba0e0d8
2 changed files with 4 additions and 2 deletions

View file

@ -500,7 +500,7 @@ async function verifyServerConfig() {
// Add the newly built config to the actual config for use by the app
console.log("Updating SdkConfig with validated discovery information");
SdkConfig.add({"validated_discovery_config": validatedConfig});
SdkConfig.add({"validated_server_config": validatedConfig});
return SdkConfig.get();
}