mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
remove workaround
This commit is contained in:
@@ -110,7 +110,6 @@ export abstract class TasksService<T extends CacheableObject> extends DataServic
|
|||||||
find((href: string) => hasValue(href)),
|
find((href: string) => hasValue(href)),
|
||||||
mergeMap((href) => this.findByHref(href, false, true).pipe(
|
mergeMap((href) => this.findByHref(href, false, true).pipe(
|
||||||
getAllCompletedRemoteData(),
|
getAllCompletedRemoteData(),
|
||||||
filter((rd: RemoteData<T>) => !rd.isSuccessStale),
|
|
||||||
tap(() => this.requestService.setStaleByHrefSubstring(href)))
|
tap(() => this.requestService.setStaleByHrefSubstring(href)))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user