mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Remove unintentional commenting
This commit is contained in:
parent
6e91ec3a0e
commit
46ab10f733
@ -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 New Issue
Block a user