From df031eaa4a21bdd5de129d2f7630f7ec4326e827 Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 28 Dec 2025 17:29:09 +0000 Subject: [PATCH] fixed an error with the error --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d39ba99..9b287ba 100644 --- a/index.js +++ b/index.js @@ -105,7 +105,7 @@ export default async function now() { }) } } catch (e) { - console.warn(`⚠️ Failed to fetch ${id}`, e) + console.warn(`⚠️ Failed to fetch ${item.id}`, e) } }), )