fix(basic.gblib): update ChatServices.ts #420
1 changed files with 2 additions and 0 deletions
|
|
@ -614,6 +614,8 @@ export class GBVMService extends GBService {
|
|||
|
||||
let variables = [];
|
||||
|
||||
variables['aadToken'] = await (min.adminService as any)['acquireElevatedToken'](min.instance.instanceId, false);
|
||||
|
||||
// Adds all .gbot params as variables.
|
||||
|
||||
const gbotConfig = JSON.parse(min.instance.params);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue