Skip to content

Commit 057b54a

Browse files
committed
Merge branch 'w2p-100302_Live-import-issues' into w2p-100302_Live-import-issues-7.5
2 parents b86c467 + 6c5ae49 commit 057b54a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/core/data/base/base-data.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ export class BaseDataService<T extends CacheableObject> implements HALDataServic
356356
}),
357357
);
358358
}
359+
throw new Error(`Can't check whether there is a cached response for an empty href$`);
359360
}
360361

361362
hasCachedErrorResponse(href$: string | Observable<string>): Observable<boolean> {

0 commit comments

Comments
 (0)