remove feed content from job data

This commit is contained in:
Hongbo Wu
2024-03-27 10:38:51 +08:00
parent af78b6f4f0
commit 3544dd1709

View File

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