We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6687e8 commit f086ebeCopy full SHA for f086ebe
lib/apiClient.js
@@ -62,7 +62,7 @@ function ApiClient(config) {
62
};
63
return options;
64
}
65
- //return request(setOptions(config.oauth.access_token));
+
66
return refreshToken().then(setOptions).then(request);
67
68
0 commit comments