Skip to content

Commit c455bc3

Browse files
Merge pull request #181 from caub/patch-1
Update README.md typo json object
2 parents caf8831 + d5a4cf9 commit c455bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if (!oauthClient.isAccessTokenValid()) {
192192
oauthClient
193193
.refresh()
194194
.then(function (authResponse) {
195-
console.log('Tokens refreshed : ' + JSON.stringify(authResponse.json()));
195+
console.log('Tokens refreshed : ' + JSON.stringify(authResponse.json));
196196
})
197197
.catch(function (e) {
198198
console.error('The error message is :' + e.originalMessage);

0 commit comments

Comments
 (0)