Skip to content

Commit

Permalink
Add new cargo bike GraphHopper profile (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq authored Jul 9, 2024
1 parent 9b4db05 commit fddc5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home/models/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension BikeTypeRoutingProfile on BikeType {
case BikeType.racingbike:
return "racingbike2_default";
case BikeType.cargobike:
return "racingbike2_default";
return "cargo2_default";
}
}
}
Expand Down

0 comments on commit fddc5bd

Please sign in to comment.