This commit is contained in:
Eugenio Romano
2021-08-16 10:06:51 +02:00
parent 3b80b55c4a
commit b2119b317b
16 changed files with 21 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ export class ProcessCloudContentService {
}
private _authenticationApi;
get authenticationApi(): UploadApi {
get authenticationApi(): AuthenticationApi {
this._authenticationApi = this._authenticationApi ?? new AuthenticationApi(this.apiService.getInstance());
return this._authenticationApi;
}