Removed a missed forcedBypassCache property.

This commit is contained in:
Michael W Spalti
2019-09-26 14:13:17 -07:00
parent 5c2b7767ed
commit 255e17b1a9

View File

@@ -38,7 +38,6 @@ const selectedBitstreamFormatSelector = createSelector(bitstreamFormatsStateSele
export class BitstreamFormatDataService extends DataService<BitstreamFormat> {
protected linkPath = 'bitstreamformats';
protected forceBypassCache = false;
constructor(
protected requestService: RequestService,