Remove unintentional commenting

This commit is contained in:
David Baker 2022-09-26 13:03:39 +01:00
parent 6e91ec3a0e
commit 46ab10f733

View File

@ -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,