From 853de9df178ed6cd53d92a5f4e59c56cf6fcd000 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 16 Sep 2023 17:54:47 -0300 Subject: [PATCH] fix(kb.gbapp): API after new Bot #370. --- packages/azuredeployer.gbapp/services/AzureDeployerService.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts index 6d937464..8f78b0cc 100644 --- a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts +++ b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts @@ -570,8 +570,7 @@ export class AzureDeployerService implements IGBInstallationDeployer { luisAppIds: [nlpAppId], luisKey: nlpKey, msaAppId: appId, - msaAppPassword: appPassword, - configuredChannels: ['webchat'] + msaAppPassword: appPassword } };