fix(azuredeployer.gbapp): Fix in bot booting.
This commit is contained in:
parent
577eea45dd
commit
fe5d56ff69
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue