Skip to content

Commit 694d8a2

Browse files
author
Bryan Cross
committed
Changed user-agent to more acceptable value
1 parent 19cee2e commit 694d8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function runQuery(file, token) {
4545
, headers: {
4646
'authorization': 'bearer ' + token
4747
, 'content-type': 'application/json'
48-
, 'user-agent': 'octoweenie'
48+
, 'user-agent': 'platform-samples'
4949
}
5050
, json: true
5151
, body: queryObj

0 commit comments

Comments
 (0)