Horatiu Lazu
Horatiu Lazu
Hi, any updates on this?
Finished the entire `auth` service. I didn't run into any issues when doing the conversion, except functions with default parameters. For those I wasn't able to set the default value...
Okay, turns out in TypeScript you cannot have default parameter values for declared functions. Instead, I denoted the parameter as optional using `?` which eliminates the need to overload. Edit:...
Any updates?
+1 The project I am currently working on would also benefit from this feature; when there's bandwidth @octogonz 🙂
Seems to be more involved, since the API took out getting distance in their leaderboard endpoint. So you need to make an additional API call to fetch the distance.
On further inspection, seems like the error resides on Strava's website as well.