Skip to content

Commit

Permalink
fix: fix types. (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
chroth7 committed Apr 28, 2023
1 parent 29f051f commit 9465f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/models/detailedAthlete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface DetailedAthlete {
email: string
ftp: number
weight: number
clubs: SummaryClub
bikes: SummaryGear
shoes: SummaryGear
clubs: SummaryClub[]
bikes: SummaryGear[]
shoes: SummaryGear[]
}

0 comments on commit 9465f02

Please sign in to comment.