Merge branch 'w2p-100302_Live-import-issues' into w2p-100302_Live-import-issues-7.5

This commit is contained in:
Yana De Pauw
2023-03-30 17:05:07 +02:00

View File

@@ -356,6 +356,7 @@ export class BaseDataService<T extends CacheableObject> implements HALDataServic
}),
);
}
throw new Error(`Can't check whether there is a cached response for an empty href$`);
}
hasCachedErrorResponse(href$: string | Observable<string>): Observable<boolean> {