Closed Noah-Silvera closed 5 years ago
Adding an automated test will confirm which syntax is correct.
This change will be in the next version, but there are so many changes in the new version that the change has been manually applied. Closing this.
Fix a property with a value of 0 ( such as { after: 0 }, when requesting for all strava activities since the dawn of time ) from not being included in a query string.
I found this error when trying to execute this statement.
strava.athlete.listActivities({ after: 0})
The "after" query string was not included because it's value was 0.