Skip to content

Commit 7212854

Browse files
gr2mrefack
andauthored
Update lib/github-graphql-client.js
Co-Authored-By: refack <[email protected]>
1 parent 5ed3876 commit 7212854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-graphql-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const GitHubGQL = require('@octokit/graphql').defaults({
44
headers: {
55
'user-agent': 'Node.js GitHub Bot v1.0-beta',
6-
authorization: 'token ' + process.env.GITHUB_TOKEN || 'invalid-placeholder-token'
6+
authorization: 'token ' + (process.env.GITHUB_TOKEN || 'invalid-placeholder-token')
77
}
88
})
99

0 commit comments

Comments
 (0)