Skip to content

Commit

Permalink
Merge pull request #46 from bedirhanyildirim/v2
Browse files Browse the repository at this point in the history
feat: add exercise data
  • Loading branch information
bedirhanyildirim authored Feb 14, 2024
2 parents c2ec8ff + 9764dc0 commit f7258fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/sport/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@ export const sportHistory: ISport[] = [
type: "boxing",
duration: 3600,
},
{
date: new Date(2024, 1, 14, 13, 15),
type: "gym",
duration: 4500,
target: "pull",
},
];

0 comments on commit f7258fc

Please sign in to comment.