[develop | DONE | CHANGED] monitorServiceAPIURL property: remove from function parameter

This commit is contained in:
Alex Martzios 2024-09-13 12:39:30 +03:00
parent 86e3450798
commit 1182a93f27
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit ad17ffaf9510b1252964834aa2f5c2c695201009
Subproject commit 1593ea6ed9e62931800b62f4d4d4787228043d51

View File

@ -27,7 +27,7 @@ export class IrishMonitorService {
public getStakeholders(type: StakeholderType): Observable<StakeholderExtended[]> {
return this.http.get<StakeholderExtended[]>(properties.monitorServiceAPIURL + 'extended?type=' + type, CustomOptions.registryOptions()).pipe(catchError(err => {
return this.stakeholderService.getStakeholders(properties.monitorServiceAPIURL, type, null);
return this.stakeholderService.getStakeholders(type, null);
}), map(stakeholders => {
return HelperFunctions.copy(Stakeholder.checkIsUpload(stakeholders));
}));

@ -1 +1 @@
Subproject commit 6bc02125166daa907d39ff523cd635088bdb63c2
Subproject commit 038684a0dca02700164e467abd390bbd865df3d9