From 46ab10f733e71796068a4006dd72817d68731d52 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 26 Sep 2022 13:03:39 +0100 Subject: [PATCH] Remove unintentional commenting --- src/matrix-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix-utils.ts b/src/matrix-utils.ts index 321c769b..3d93a339 100644 --- a/src/matrix-utils.ts +++ b/src/matrix-utils.ts @@ -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,