fix graphql error by setting clientRequestId empty

This commit is contained in:
Hongbo Wu
2023-06-13 21:15:34 +08:00
parent a062997bc4
commit dddd763ba2

View File

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