Add more debug

This commit is contained in:
Jackson Harper 2024-01-20 10:48:57 +08:00
parent 52050728ba
commit 2b536c6086

View file

@ -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)
}