running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit b3d01839c2b807b02a5ab854ba8261a2d8778a5e
parent 63ec5e0cc109da47fe4478c8b67dc916dffb0496
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu, 11 Jul 2024 12:56:49 -0700

Update default workout targets

Diffstat:
Msrc/utils/targets.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/targets.js b/src/utils/targets.js @@ -103,7 +103,7 @@ export const defaultTargetSets = { type: 'time', time: 3600, }, { - splitValue: 2, splitUnit: 'miles', + splitValue: 1, splitUnit: 'miles', type: 'time', time: 7200, }, ],