diff --git a/src/picker/PickerElement.js b/src/picker/PickerElement.js index 1b3794e..eaea0e2 100644 --- a/src/picker/PickerElement.js +++ b/src/picker/PickerElement.js @@ -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)) } })