chore: cleanup
This commit is contained in:
parent
15e2d13589
commit
28dbf3d232
2 changed files with 7 additions and 8 deletions
|
|
@ -253,7 +253,6 @@ export const cacheRequestInterceptorFactory = (getCacheIdentifier, globalCacheOp
|
|||
if (cacheOptions.invalidateUrls) {
|
||||
cacheOptions.invalidateUrls.forEach(
|
||||
/** @type {string} */ invalidateUrl => {
|
||||
console.log('invalidaaaating', currentCache._cacheObject);
|
||||
currentCache.delete(invalidateUrl);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue