From 45ef1c83859f619a274eccf3d74418419f39f053 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 18 Mar 2024 22:25:37 -0700 Subject: [PATCH] fix: revert comment --- src/picker/PickerElement.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) } })