mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add logging to save_page service
This commit is contained in:
parent
eac93e6cb6
commit
6dd4f49c2f
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ export const parsedContentToLibraryItem = ({
|
|||
rssFeedUrl?: string | null
|
||||
folder?: string | null
|
||||
}): DeepPartial<LibraryItem> & { originalUrl: string } => {
|
||||
console.log('save_page: state', { url, state, itemId })
|
||||
return {
|
||||
id: itemId || undefined,
|
||||
slug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue