mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Just make pdfs successful, due to lack of PDFHandler
This commit is contained in:
parent
bb7b3c985b
commit
593bac0408
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ export const uploadFile = async (
|
|||
itemType,
|
||||
uploadFile: { id: uploadFileData.id },
|
||||
slug: generateSlug(uploadFilePathName),
|
||||
state: LibraryItemState.Processing,
|
||||
state: LibraryItemState.Succeeded,
|
||||
contentReader: contentReaderForLibraryItem(itemType, uploadFileId),
|
||||
},
|
||||
uid
|
||||
|
|
|
|||
Loading…
Reference in a new issue