fix(AzureDeployerService): accessToken

This commit is contained in:
Alan Perdomo 2023-01-02 16:31:28 -03:00
parent 773b50d1b2
commit 809db6b999
2 changed files with 4 additions and 3 deletions

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;