Skip to content

Commit

Permalink
Update planList.ts (#125)
Browse files Browse the repository at this point in the history
Updates the key value for Hal Higdon: Half Marathon Intermediate 2 to `higdon_int_half2`. Previously it was `higdon_int_half1` which caused a clash with Intermediate 1 and thus would not show the correct plan in the UI.
  • Loading branch information
garrettkoontz authored Oct 19, 2024
1 parent a88c630 commit a2e8439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch/planList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const plans: PlanSummary[] = [
"Half Marathon",
],
[
"higdon_int_half1",
"higdon_int_half2",
"Hal Higdon: Half Marathon Intermediate 2",
"Half Marathon",
],
Expand Down

0 comments on commit a2e8439

Please sign in to comment.