We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed3876 commit 7212854Copy full SHA for 7212854
lib/github-graphql-client.js
@@ -3,7 +3,7 @@
3
const GitHubGQL = require('@octokit/graphql').defaults({
4
headers: {
5
'user-agent': 'Node.js GitHub Bot v1.0-beta',
6
- authorization: 'token ' + process.env.GITHUB_TOKEN || 'invalid-placeholder-token'
+ authorization: 'token ' + (process.env.GITHUB_TOKEN || 'invalid-placeholder-token')
7
}
8
})
9
0 commit comments