mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove client request id in import task which caused the pdf upload failure
This commit is contained in:
parent
9fbe32b219
commit
27ff2856e2
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ const importURL = async (
|
|||
userId,
|
||||
source,
|
||||
url: url.toString(),
|
||||
saveRequestId: uuid(),
|
||||
state,
|
||||
labels: labels?.map((l) => {
|
||||
return { name: l }
|
||||
|
|
|
|||
Loading…
Reference in a new issue