fix(azuredeployer.gbapp): Fix in bot booting.

This commit is contained in:
Rodrigo Rodriguez 2023-08-31 17:27:05 -03:00
parent 577eea45dd
commit fe5d56ff69

View file

@ -552,7 +552,7 @@ ENDPOINT_UPDATE=true
const { instance, credentials, subscriptionId, installationDeployer }
= await StartDialog.createBaseInstance(deployer, freeTier);
installationDeployer['core'] = this;
const changedInstance = await installationDeployer.deployFarm(
const changedInstance = await installationDeployer['deployFarm2'](
proxyAddress,
instance,
credentials,