Merge pull request #2352 from omnivore-app/fix/importer

fix graphql error by setting clientRequestId empty
This commit is contained in:
Hongbo Wu 2023-06-13 21:25:48 +08:00 committed by GitHub
commit 74dedc0970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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