mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove redundant field
This commit is contained in:
parent
448c78a87e
commit
f95642be2b
1 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,9 @@ export const updateContentForFileItem = async (msg: UpdateContentMessage) => {
|
|||
}
|
||||
|
||||
const itemToUpdate: QueryDeepPartialEntity<LibraryItem> = {
|
||||
...msg,
|
||||
title: msg.title,
|
||||
description: msg.description,
|
||||
author: msg.author,
|
||||
// content may not be present if we failed to parse the file
|
||||
originalContent: msg.content,
|
||||
// This event is fired after the file is fully uploaded,
|
||||
|
|
|
|||
Loading…
Reference in a new issue