Dumb typo

This commit is contained in:
Thomas Rogers 2024-11-28 23:09:05 +01:00
parent 0bf58b7e29
commit 7cad796e8c

View file

@ -66,7 +66,7 @@ export const convertAtomStream = (feed: OmnivoreFeed) => (parsedXml: any) => {
site: new URL(article.link['@_href']).host,
publishedAt: new Date(article.published ?? Date.now()),
type: 'rss',
feedId: feed.title,
feedId: feed.id,
}
})
)