rdohms / meetup-api-client

Guzzle powered Meetup.com API Client
MIT License
76 stars 24 forks source link

Fixing issue #53: preventing a division by zero error #54

Closed DragonBe closed 6 years ago

DragonBe commented 6 years ago

As described in issue #53, in rare occasions you hit a "division by zero" error because there's no check for the value of the divided number. This fix should solve the problem, with a unit test to ensure the issue will be covered.

rdohms commented 6 years ago

Fixed by #55