Merge pull request #319 from AlanPerdomo/main
fix(AzureDeployerService): accessToken
This commit is contained in:
commit
32c7d58f2c
2 changed files with 4 additions and 3 deletions
|
@ -586,6 +586,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
|
|
||||||
public async initServices (accessToken: string, expiresOnTimestamp, subscriptionId: string) {
|
public async initServices (accessToken: string, expiresOnTimestamp, subscriptionId: string) {
|
||||||
|
|
||||||
|
this.accessToken = accessToken;
|
||||||
class AccessToken2 implements AccessToken
|
class AccessToken2 implements AccessToken
|
||||||
{
|
{
|
||||||
public expiresOnTimestamp: number;
|
public expiresOnTimestamp: number;
|
||||||
|
|
Loading…
Add table
Reference in a new issue