diff --git a/src/app/core/data/base/base-data.service.ts b/src/app/core/data/base/base-data.service.ts index e373c8cfac..7363894502 100644 --- a/src/app/core/data/base/base-data.service.ts +++ b/src/app/core/data/base/base-data.service.ts @@ -356,6 +356,7 @@ export class BaseDataService implements HALDataServic }), ); } + throw new Error(`Can't check whether there is a cached response for an empty href$`); } hasCachedErrorResponse(href$: string | Observable): Observable {