Remove unintentional commenting
This commit is contained in:
parent
6e91ec3a0e
commit
46ab10f733
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export async function initClient(
|
|||
|
||||
const storeOpts = {} as ICreateClientOpts;
|
||||
|
||||
if (indexedDB && localStorage /*&& !import.meta.env.DEV*/) {
|
||||
if (indexedDB && localStorage && !import.meta.env.DEV) {
|
||||
storeOpts.store = new IndexedDBStore({
|
||||
indexedDB: window.indexedDB,
|
||||
localStorage,
|
||||
|
|
Loading…
Reference in a new issue