Add logging to save_page service

This commit is contained in:
Jackson Harper
2024-01-22 13:32:17 +08:00
parent eac93e6cb6
commit 6dd4f49c2f

View File

@ -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,