mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dumb typo
This commit is contained in:
parent
0bf58b7e29
commit
7cad796e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue