Skip to content

Commit

Permalink
Merge pull request #335 from headwaymaps/mkirk/fix-routing-error
Browse files Browse the repository at this point in the history
[www] Fix valhalla routing instructions
  • Loading branch information
michaelkirk authored Mar 26, 2024
2 parents b44b3e4 + 5a8ab89 commit bf09e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/travelmux/src/valhalla/valhalla_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ pub struct Leg {
}

#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(rename_all(serialize = "camelCase", deserialize = "snake_case"))]
pub struct Maneuver {
pub instruction: String,
pub cost: f64,
Expand Down

0 comments on commit bf09e26

Please sign in to comment.