fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit f5e0835cc3 - Show all commits

View file

@ -171,7 +171,7 @@ export class GBDeployer {
const accessToken = await GBAdminService.getADALTokenFromUsername(username, password); const accessToken = await GBAdminService.getADALTokenFromUsername(username, password);
const service = new AzureDeployerService(this); const service = new AzureDeployerService(this);
let application = service.createApplication(accessToken, botId); let application = await service.createApplication(accessToken, botId);
instance.marketplaceId = (application as any).appId; instance.marketplaceId = (application as any).appId;
instance.marketplacePassword = (application as any).passwordCredentials[0]; instance.marketplacePassword = (application as any).passwordCredentials[0];