From 4da5ca8dbf826c068cc8da8751c79363644ee543 Mon Sep 17 00:00:00 2001 From: Jesko Dujmovic Date: Fri, 22 Oct 2021 19:04:56 +0200 Subject: [PATCH] change --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index acc48b0..5765593 100644 --- a/main.js +++ b/main.js @@ -151,7 +151,7 @@ function loadPredefinedWorkouts(workoutType) { { exerciseType: "Lat Pulldown Narrow", repetitionType: "2-4", reps: "", weight: "" }, { exerciseType: "Cable Row w/ Wide Neutral Grip", repetitionType: "2-4", reps: "", weight: "" }, { exerciseType: "Rear Deltoid Machine", repetitionType: "2-4", reps: "", weight: "" }, - { exerciseType: "Biceps Curl", repetitionType: "pyramid", reps: "", weight: "" } + { exerciseType: "Biceps Curl", repetitionType: "Pyramid", reps: "", weight: "" } ]; break; case ("load-body-strength"):