Skip to content

Commit f086ebe

Browse files
progress
1 parent c6687e8 commit f086ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/apiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function ApiClient(config) {
6262
};
6363
return options;
6464
}
65-
//return request(setOptions(config.oauth.access_token));
65+
6666
return refreshToken().then(setOptions).then(request);
6767
}
6868
};

0 commit comments

Comments
 (0)