mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix graphql error by setting clientRequestId empty
This commit is contained in:
parent
a062997bc4
commit
dddd763ba2
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ const importURL = async (
|
|||
userId,
|
||||
source,
|
||||
url: url.toString(),
|
||||
saveRequestId: '',
|
||||
state,
|
||||
labels: labels?.map((l) => {
|
||||
return { name: l }
|
||||
|
|
|
|||
Loading…
Reference in a new issue