Skip to content

Commit

Permalink
Update plan.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jottenlips committed Jun 10, 2024
1 parent 43179dd commit e0f8dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plan.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const exerciseGroups = {
push: ["pushups", "dips"],
pull: ["pullups", "hangs", "lockoffs"],
hinge: ["situps", "hollow holds", "planks", "leg raises", "starfish", "supermans"],
hinge: ["situps", "hollow holds", "planks", "leg raises", "supermans"],
squat: ["squats", "side lunges", "alt lunges", "calf raises"],
}

Expand Down Expand Up @@ -231,4 +231,4 @@ export const randomFourExercises = (intensity: string) => {
const reps = exercise.reps ? `${exercise.reps}x` : "";
return `${reps}${exercise.sets} ${exerciseName} ${duration}`;
}).join("\n") as string;
}
}

0 comments on commit e0f8dfd

Please sign in to comment.