chore: feed debug
This commit is contained in:
parent
523c301bcf
commit
db07419720
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ 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: [] }
|
||||
|
|
Reference in a new issue