new(basic.gblib): Allow TABLE keyword multiple times per file #383.

This commit is contained in:
Rodrigo Rodriguez 2023-10-13 16:00:05 -03:00
parent 292d4b918c
commit 16b140a21c

View file

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