mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
reverted sync.js commit
This commit is contained in:
parent
dfb462ba46
commit
d4360e4a18
1 changed files with 1 additions and 1 deletions
|
@ -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')}`,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue