mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user