Skip to content

Commit

Permalink
Merge pull request #319 from AlanPerdomo/main
Browse files Browse the repository at this point in the history
fix(AzureDeployerService): accessToken
  • Loading branch information
rodrigorodriguez committed Jan 2, 2023
2 parents ff2076c + 07d9cf6 commit 32c7d58
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 32c7d58

Please sign in to comment.