Skip to content

Conversation

@oshliaer
Copy link
Contributor

I moved to public Service.prototype.getToken_.
I also commited package-lock.json file and build a new dist https://stackoverflow.com/questions/44206782

Should I split this into two pull requests?

dist/OAuth2.gs Outdated
var token = this.parseToken_(response.getContentText());
var resCode = response.getResponseCode();
if ( !(resCode >= 200 && resCode < 300) || token.error) {
if ( resCode < 200 || resCode >= 300 || token.error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This happened automatically.

@erickoledadevrel
Copy link
Contributor

I would prefer if this PR just included the changes to Service.gs, with the dist changes later.

@oshliaer
Copy link
Contributor Author

@erickoledadevrel , it seems that the reset to the previous commit is appropriate.

@erickoledadevrel erickoledadevrel merged commit 488d804 into googleworkspace:master Sep 26, 2017
@erickoledadevrel
Copy link
Contributor

Thanks so much!

@oshliaer
Copy link
Contributor Author

Your patience helps me. Thank you too.

@oshliaer oshliaer deleted the unprivate-service-gettoken branch September 26, 2017 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants