fix: revert comment

This commit is contained in:
Nolan Lawson 2024-03-18 22:25:37 -07:00
parent 1ffebafbbc
commit 45ef1c8385
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ export default class PickerElement extends HTMLElement {
const { database } = this._ctx
database.close()
// only happens if the database failed to load in the first place, or if the
// fetch is aborted while inflight, so we don't care
// only happens if the database failed to load in the first place, so we don't care
.catch(err => console.error(err))
}
})