reverted sync.js commit

This commit is contained in:
niclaz 2024-09-05 23:48:49 +02:00 committed by GitHub
parent dfb462ba46
commit d4360e4a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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')}`,
},