mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove feed content from job data
This commit is contained in:
parent
af78b6f4f0
commit
3544dd1709
1 changed files with 3 additions and 0 deletions
|
|
@ -879,6 +879,7 @@ export const updateLibraryItem = async (
|
|||
...updatedLibraryItem,
|
||||
originalContent: undefined,
|
||||
readableContent: undefined,
|
||||
feedContent: undefined,
|
||||
},
|
||||
userId,
|
||||
id
|
||||
|
|
@ -893,6 +894,7 @@ export const updateLibraryItem = async (
|
|||
...libraryItem,
|
||||
originalContent: undefined,
|
||||
readableContent: undefined,
|
||||
feedContent: undefined,
|
||||
},
|
||||
userId,
|
||||
id
|
||||
|
|
@ -1061,6 +1063,7 @@ export const createOrUpdateLibraryItem = async (
|
|||
...newLibraryItem,
|
||||
originalContent: undefined,
|
||||
readableContent: undefined,
|
||||
feedContent: undefined,
|
||||
},
|
||||
userId,
|
||||
newLibraryItem.id
|
||||
|
|
|
|||
Loading…
Reference in a new issue