Closed sibbl closed 4 years ago
This PR should fix the issue #17.
There are no prices and zones to be transformed if the API returns a walking only route.
prices
zones
Instead of throwing an exception, these values will be null after this change.
null
Thanks!
Published on npm as 1.0.2
1.0.2
This PR should fix the issue #17.
There are no
prices
andzones
to be transformed if the API returns a walking only route.Instead of throwing an exception, these values will be
null
after this change.