mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add more debug
This commit is contained in:
parent
52050728ba
commit
2b536c6086
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ const createTask = async (
|
|||
return createItemWithPreviewContent(userId, feedUrl, item)
|
||||
}
|
||||
|
||||
console.log(`adding fetch content task ${userId} ${item.link.trim()}`)
|
||||
return addFetchContentTask(userId, folder, item)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue