Skip to content

Commit

Permalink
Merge pull request #44 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: add exercise data
  • Loading branch information
bedirhanyildirim authored Feb 13, 2024
2 parents 740e10c + 9fbbdde commit c2ec8ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/sport/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@ export const sportHistory: ISport[] = [
type: "running",
distance: 2060,
duration: 753,
}
},
{
date: new Date(2024, 1, 13, 18, 40),
type: "boxing",
duration: 3600,
},
];

0 comments on commit c2ec8ff

Please sign in to comment.