Skip to content

Commit

Permalink
Merge pull request #51 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: add exercise data
  • Loading branch information
bedirhanyildirim authored Feb 19, 2024
2 parents 35b0c3d + 4b1afbf commit 823dfb1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/sport/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,15 @@ export const sportHistory: ISport[] = [
duration: 4700,
target: "push",
},
{
date: new Date(2024, 1, 16, 18, 40),
type: "boxing",
duration: 3600,
},
{
date: new Date(2024, 1, 18, 14, 30),
type: "running",
distance: 8010,
duration: 3200,
},
];

0 comments on commit 823dfb1

Please sign in to comment.