Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Babkin authored and ababkin committed Feb 2, 2017
1 parent 6d20ba2 commit c841a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gogol/src/Network/Google/Auth/ServiceAccount.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ authorizedUserToken :: (MonadIO m, MonadCatch m)
-> Manager
-> m (OAuthToken s)
authorizedUserToken u r = refreshRequest $
accountsRequest
tokenRequest
{ Client.requestBody = textBody $
"grant_type=refresh_token"
<> "&client_id=" <> toQueryParam (_userId u)
Expand Down

3 comments on commit c841a76

@joehillen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brendanhay Can you cut a release with this fix? Google broke my stuff 😞

@ababkin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, can we include this PR first? #57

this PR had fixed more related oauth2 problems on CircleCI env for me

@brendanhay
Copy link
Owner

@brendanhay brendanhay commented on c841a76 Feb 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll try and cut a release over the weekend.

Please sign in to comment.