mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Update sync.js to remove 'new' from ClientError
This commit is contained in:
parent
21d84eb9a1
commit
88d86f545b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ async function syncResearch () {
|
||||||
'Backlog': 'backlog',
|
'Backlog': 'backlog',
|
||||||
}
|
}
|
||||||
|
|
||||||
const client = new GraphQLClient("https://api.github.com/graphql", {
|
const client = GraphQLClient("https://api.github.com/graphql", {
|
||||||
headers: {
|
headers: {
|
||||||
authorization: `bearer ${Deno.env.get('GITHUB_TOKEN')}`,
|
authorization: `bearer ${Deno.env.get('GITHUB_TOKEN')}`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue