mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix a typo
This commit is contained in:
parent
f4b6e470f2
commit
df0bda9cb2
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ const createTask = async (
|
|||
const feedContent = item.content || item.contentSnippet || item.summary
|
||||
if (
|
||||
fetchContentType === FetchContentType.Never ||
|
||||
(fetchContentType === FetchContentType.WhenEmpty && !feedContent)
|
||||
(fetchContentType === FetchContentType.WhenEmpty && feedContent)
|
||||
) {
|
||||
return createItemWithFeedContent(userId, feedUrl, item, folder, feedContent)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue