Skip to content

Commit

Permalink
Merge pull request #16 from ccoeurderoy/fix/request_builder
Browse files Browse the repository at this point in the history
fix(request-builder): add a missing property
  • Loading branch information
Charles Coeurderoy authored Jul 29, 2020
2 parents 311c842 + bc14f9c commit ec69dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RequestBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class RequestBuilder {
stringify({
refresh_token: this.accessTokenInstance.refresh_token,
grant_type: 'refresh_token',
client_id: this.credentials.clientId,
}),
{
headers: {
Expand Down

0 comments on commit ec69dd9

Please sign in to comment.