mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
[CST-5729] Remove additional error message
This commit is contained in:
@@ -29,7 +29,6 @@ export class SignpostingDataService {
|
||||
|
||||
return this.restService.get(`${baseUrl}/signposting/links/${uuid}`).pipe(
|
||||
catchError((err) => {
|
||||
console.error(err);
|
||||
return observableOf([]);
|
||||
}),
|
||||
map((res: RawRestResponse) => res.statusCode === 200 ? res.payload as SignpostingLink[] : [])
|
||||
|
Reference in New Issue
Block a user