fixed an error with the error
This commit is contained in:
parent
c196e8f328
commit
df031eaa4a
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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)
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue