From dddd763ba2ae8fc7698437fdc6dd47b3962a294e Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Tue, 13 Jun 2023 21:15:34 +0800 Subject: [PATCH] fix graphql error by setting clientRequestId empty --- packages/import-handler/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/import-handler/src/index.ts b/packages/import-handler/src/index.ts index 60e15587c..886aea8f5 100644 --- a/packages/import-handler/src/index.ts +++ b/packages/import-handler/src/index.ts @@ -104,6 +104,7 @@ const importURL = async ( userId, source, url: url.toString(), + saveRequestId: '', state, labels: labels?.map((l) => { return { name: l }