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

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 07d9cf67db - Show all commits

View file

@ -586,6 +586,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
public async initServices (accessToken: string, expiresOnTimestamp, subscriptionId: string) {
this.accessToken = accessToken;
class AccessToken2 implements AccessToken
{
public expiresOnTimestamp: number;