mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fixed bug where going to the mydspace page broke
This commit is contained in:
@@ -47,7 +47,6 @@ export const getResponseFromEntry = () =>
|
||||
export const getResourceLinksFromResponse = () =>
|
||||
(source: Observable<RequestEntry>): Observable<string[]> =>
|
||||
source.pipe(
|
||||
tap((t) => console.log(t)),
|
||||
filterSuccessfulResponses(),
|
||||
map((response: DSOSuccessResponse) => response.resourceSelfLinks),
|
||||
);
|
||||
|
Reference in New Issue
Block a user