From e2afa31f88fc94d16e97cac0a0933c4a9bbd5167 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sat, 22 Mar 2025 19:03:26 -0700 Subject: [PATCH] Added repeat count to sets --- routine.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routine.json b/routine.json index 9d93dd5..64d3db8 100644 --- a/routine.json +++ b/routine.json @@ -2,6 +2,7 @@ "name": "Daily Build and Burn", "set": [ { "name": "Build", + "count": 3, "exercise": [ { "name": "Forward lunge with dumbell twist", "count": 10, @@ -18,6 +19,7 @@ ] }, { "name": "Burn", + "count": 3, "exercise": [ { "name": "Bicep curls", "count": 10,