Skip to content

Conversation

@zzo
Copy link

@zzo zzo commented Nov 6, 2015

Example: client.issues.repoIssues called twice in a row with a different repo each time - after the first call the repo is 'filled in' (':repo' is expanded in the 'block' object itself) the path and therefore cannot be changed for the second (or any subsequent) call so that second call fails.

…lock so subsequent calls expand the path properly.

Example: client.issues.repoIssues called twice in a row with a different repo each time - after the first call the repo is 'filled in' (':repo' is expanded in the 'block' object iself) the path and therefore is not changed for the second call so that second call fails.
@kaizensoze
Copy link

I believe this has been fixed since it now does self.handler(msg, JSON.parse(JSON.stringify(block)), callback);

https://github.com/mikedeboer/node-github/blob/master/lib/index.js#L246

@kaizensoze kaizensoze closed this Jun 13, 2016
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