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

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

View file

@ -570,8 +570,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
luisAppIds: [nlpAppId], luisAppIds: [nlpAppId],
luisKey: nlpKey, luisKey: nlpKey,
msaAppId: appId, msaAppId: appId,
msaAppPassword: appPassword, msaAppPassword: appPassword
configuredChannels: ['webchat']
} }
}; };