Skip to content

Commit

Permalink
Add current_ride in route, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrouillard committed Oct 20, 2024
1 parent 6af3ae8 commit fad6d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/boosted/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async fn ride_stats(

Ok(HttpResponse::Ok().json(json!({"boosted": {
"riding": in_ride,
"current_ride": json.current_ride,
"latest_ride": json.latest_ride,
"stats": json.stats
}})))
Expand Down

0 comments on commit fad6d19

Please sign in to comment.