kevva / github-repositories

Get all GitHub repos from a user or an organization
MIT License
37 stars 11 forks source link

Fix global state #5

Closed parshap closed 9 years ago

parshap commented 9 years ago

Currently state is being shared between multiple async calls, causing results to be indefinitely concated together.

I've added a failing test and then removed the global state, fixing the test.