fix(AzureDeployerService): accessToken #319

Merged
AlanPerdomo merged 1 commit from main into main 2023-01-02 19:35:32 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 07d9cf67db - Show all commits

View file

@ -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;