Fix for missing client store (caused by: #2587)

This commit is contained in:
Timo
2024-08-30 10:37:18 +02:00
parent 270540f125
commit 1a2c430453

View File

@@ -142,8 +142,6 @@ export async function initClient(
// Start client store.
// Note: The `client.store` is used to store things like sync results. It's independent of
// the cryptostore, and uses a separate indexeddb database.
// start the client store (totally independent to the crypto store)
try {
await client.store.startup();
} catch (error) {