remove workaround

This commit is contained in:
Art Lowel
2021-03-25 17:23:27 +01:00
parent 4a15720b4b
commit d7a0f27f08

View File

@@ -110,7 +110,6 @@ export abstract class TasksService<T extends CacheableObject> extends DataServic
find((href: string) => hasValue(href)),
mergeMap((href) => this.findByHref(href, false, true).pipe(
getAllCompletedRemoteData(),
filter((rd: RemoteData<T>) => !rd.isSuccessStale),
tap(() => this.requestService.setStaleByHrefSubstring(href)))
)
);