fixed an error with the error

This commit is contained in:
dylan 2025-12-28 17:29:09 +00:00
parent c196e8f328
commit df031eaa4a

View file

@ -105,7 +105,7 @@ export default async function now() {
}) })
} }
} catch (e) { } catch (e) {
console.warn(`⚠️ Failed to fetch ${id}`, e) console.warn(`⚠️ Failed to fetch ${item.id}`, e)
} }
}), }),
) )