Skip to content

Commit

Permalink
fix(AzureDeployerService): accessToken
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanPerdomo committed Jan 2, 2023
1 parent ff2076c commit 07d9cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/azuredeployer.gbapp/services/AzureDeployerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,13 +579,14 @@ export class AzureDeployerService implements IGBInstallationDeployer {
}
});
}

public async syncBotServerRepository (group, name) {
await this.webSiteClient.webApps.syncRepository(group, name);
}

public async initServices (accessToken: string, expiresOnTimestamp, subscriptionId: string) {


this.accessToken = accessToken;
class AccessToken2 implements AccessToken
{
public expiresOnTimestamp: number;
Expand Down
File renamed without changes.

0 comments on commit 07d9cf6

Please sign in to comment.