new(basic.gblib): Allow TABLE keyword multiple times per file #383.
This commit is contained in:
parent
292d4b918c
commit
16b140a21c
1 changed files with 3 additions and 1 deletions
|
@ -572,7 +572,9 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
|||
luisAppIds: [nlpAppId],
|
||||
luisKey: nlpKey,
|
||||
msaAppId: appId,
|
||||
msaAppPassword: appPassword
|
||||
msaAppPassword: appPassword,
|
||||
enabledChannels: ['webchat'],
|
||||
configuredChannels: ['webchat']
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue