Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarodrigo committed Sep 26, 2023
1 parent 69a3665 commit 97d4008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lib/src/hooks/useRoutingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const useRoutingService = () => {
origin: H.geo.IPoint;
destination: H.geo.IPoint;
vias?: H.geo.IPoint[];
// vias?: (string | number)[];
transportMode?: "car" | "truck" | "pedestrian" | "bicycle";
}) => {
return new Promise((resolve: (value: Route) => void, reject) => {
Expand Down

0 comments on commit 97d4008

Please sign in to comment.