fix: disable IDB cache

This commit is contained in:
Shivam Mishra
2026-03-19 13:31:16 +05:30
parent 6d3926413b
commit 64d0aae672
@@ -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();
}