chore: feed debug

This commit is contained in:
Cory Dransfeldt 2023-09-20 10:42:42 -07:00
parent db07419720
commit b6aa237bc1
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ module.exports = async function () {
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links')
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
const entries = feed.getEntries().catch()
const res = await entries
const activity = { posts: [] }