Skip to content

Commit

Permalink
feat: deal with WeightTraining workout type
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Oct 10, 2024
1 parent fddf25d commit 7265f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cmds/workouts.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func workouts(s ssh.Session, styles output.Styles) {
a.SportType = "Gravel Ride"
case "MountainBikeRide":
a.SportType = "Mountain Bike Ride"
case "WeightTraining":
a.SportType = "Weight Training"
case "":
a.SportType = "Workout"
}
Expand Down

0 comments on commit 7265f4b

Please sign in to comment.