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

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

View file

@ -573,7 +573,6 @@ export class AzureDeployerService implements IGBInstallationDeployer {
luisKey: nlpKey, luisKey: nlpKey,
msaAppId: appId, msaAppId: appId,
msaAppPassword: appPassword, msaAppPassword: appPassword,
enabledChannels: ['webchat'],
configuredChannels: ['webchat'] configuredChannels: ['webchat']
} }
}; };