fix: disable IDB cache
This commit is contained in:
@@ -14,7 +14,8 @@ class CacheEnabledApiClient extends ApiClient {
|
||||
}
|
||||
|
||||
get(cache = false) {
|
||||
if (cache) {
|
||||
// eslint-disable-next-line no-underscore-dangle
|
||||
if (cache && !window.__WOOT_ISOLATED_SHELL__) {
|
||||
return this.getFromCache();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user