Skip to content

Commit

Permalink
fix: revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Mar 19, 2024
1 parent 1ffebaf commit 45ef1c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/picker/PickerElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
})
Expand Down

0 comments on commit 45ef1c8

Please sign in to comment.