Skip to content

Commit

Permalink
Fix default number of reps
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Oct 4, 2024
1 parent b513491 commit e3fa5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiftLog.Lib/Models/BlueprintModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ string Link
new(
Name: string.Empty,
Sets: 3,
RepsPerSet: 8,
RepsPerSet: 10,
WeightIncreaseOnSuccess: 0,
RestBetweenSets: Rest.Medium,
SupersetWithNext: false,
Expand Down

0 comments on commit e3fa5ea

Please sign in to comment.