-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
I think there is an error with the requestExerciseRoute method, at the moment it returns this type:
export interface ExerciseRoute {
type?: ExerciseRouteResultType; // ReadRecord(s) will always populate this, write and readExerciseRoute will not
route: Location[];
}
but in reality the promise return an array of Locations
Reactions are currently unavailable