Merge pull request #319 from AlanPerdomo/main

fix(AzureDeployerService): accessToken
This commit is contained in:
Rodrigo Rodriguez 2023-01-02 16:35:32 -03:00 committed by GitHub
commit 32c7d58f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

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;