remove client request id in import task which caused the pdf upload failure

This commit is contained in:
Hongbo Wu
2023-06-13 18:21:36 +08:00
parent 9fbe32b219
commit 27ff2856e2

View File

@ -104,7 +104,6 @@ const importURL = async (
userId,
source,
url: url.toString(),
saveRequestId: uuid(),
state,
labels: labels?.map((l) => {
return { name: l }