This commit is contained in:
prakash 2026-06-25 16:12:49 +05:30
parent 11ebb2855d
commit eb22302636
No known key found for this signature in database

View file

@ -287,7 +287,9 @@ class IndexedDBStore {
)
await Promise.all([
IndexedDBStore.#deleteExpired(transaction.objectStore(STORE_NAME)),
IndexedDBStore.#deleteExpired(transaction.objectStore(STATE_STORE_NAME)),
IndexedDBStore.#deleteExpired(
transaction.objectStore(STATE_STORE_NAME),
),
])
} finally {
// Always release the connection, even if expiry fails — otherwise a