fix graphql error by setting clientRequestId empty
This commit is contained in:
@ -104,6 +104,7 @@ const importURL = async (
|
||||
userId,
|
||||
source,
|
||||
url: url.toString(),
|
||||
saveRequestId: '',
|
||||
state,
|
||||
labels: labels?.map((l) => {
|
||||
return { name: l }
|
||||
|
||||
Reference in New Issue
Block a user