From d4360e4a18ebb3835c21b1e2df5d11e7060659e8 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:48:49 +0200 Subject: [PATCH] reverted sync.js commit --- utils/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/sync.js b/utils/sync.js index 33dba47..0f60488 100644 --- a/utils/sync.js +++ b/utils/sync.js @@ -22,7 +22,7 @@ async function syncResearch () { 'Backlog': 'backlog', } - const client = GraphQLClient("https://api.github.com/graphql", { + const client = new GraphQLClient("https://api.github.com/graphql", { headers: { authorization: `bearer ${Deno.env.get('GITHUB_TOKEN')}`, },