Skip to content

Commit

Permalink
Merge pull request #55 from ababkin/develop
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
brendanhay authored Feb 2, 2017
2 parents 6d20ba2 + c841a76 commit 4d65e0d
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

0 comments on commit 4d65e0d

Please sign in to comment.