Skip to content

Commit

Permalink
Update githubHelper.js
Browse files Browse the repository at this point in the history
Apply github patch benweet#1724
  • Loading branch information
houserockr committed Mar 17, 2023
1 parent 46383b5 commit fa316ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/providers/helpers/githubHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export default {
const user = (await networkSvc.request({
method: 'GET',
url: 'https://api.github.com/user',
params: {
access_token: accessToken,
headers: {
authorization: `token ${accessToken}`,
},
})).body;
userSvc.addUserInfo({
Expand Down

0 comments on commit fa316ad

Please sign in to comment.