chore: cleanup

This commit is contained in:
Joren Broekema 2021-02-18 10:59:55 +01:00 committed by Thomas Allmer
parent 15e2d13589
commit 28dbf3d232
2 changed files with 7 additions and 8 deletions

View file

@ -253,7 +253,6 @@ export const cacheRequestInterceptorFactory = (getCacheIdentifier, globalCacheOp
if (cacheOptions.invalidateUrls) { if (cacheOptions.invalidateUrls) {
cacheOptions.invalidateUrls.forEach( cacheOptions.invalidateUrls.forEach(
/** @type {string} */ invalidateUrl => { /** @type {string} */ invalidateUrl => {
console.log('invalidaaaating', currentCache._cacheObject);
currentCache.delete(invalidateUrl); currentCache.delete(invalidateUrl);
}, },
); );