From a2e8439fa4d0de7a496bc267d64ce93b3773caeb Mon Sep 17 00:00:00 2001 From: Garrett Koontz Date: Sat, 19 Oct 2024 13:07:58 -0400 Subject: [PATCH] Update planList.ts (#125) 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. --- src/ch/planList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch/planList.ts b/src/ch/planList.ts index c4e3a6b..16665a6 100644 --- a/src/ch/planList.ts +++ b/src/ch/planList.ts @@ -45,7 +45,7 @@ export const plans: PlanSummary[] = [ "Half Marathon", ], [ - "higdon_int_half1", + "higdon_int_half2", "Hal Higdon: Half Marathon Intermediate 2", "Half Marathon", ],