fix issue where mydspace would throw an error while loading

This commit is contained in:
Art Lowel
2020-04-29 18:07:52 +02:00
parent db169826d5
commit f3ecd3837e

View File

@@ -314,7 +314,6 @@ export abstract class DataService<T extends CacheableObject> {
hrefObs.pipe(
find((href: string) => hasValue(href))
).subscribe((href: string) => {
this.requestService.removeByHrefSubstring(href);
const request = new FindListRequest(requestId, href, options);
if (hasValue(this.responseMsToLive)) {
request.responseMsToLive = this.responseMsToLive;