mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 04:05:10 +00:00
lint fix
This commit is contained in:
parent
11ebb2855d
commit
eb22302636
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue