mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Rename key to be more consistent
This commit is contained in:
@@ -126,7 +126,7 @@ Routine getTestRoutine({List<Exercise>? exercises}) {
|
||||
nrOfSetsConfigs: [
|
||||
BaseConfig.firstIteration(4, 1),
|
||||
],
|
||||
repsConfigs: [
|
||||
repetitionsConfigs: [
|
||||
BaseConfig.firstIteration(3, 1),
|
||||
],
|
||||
weightConfigs: [
|
||||
@@ -170,7 +170,7 @@ Routine getTestRoutine({List<Exercise>? exercises}) {
|
||||
weightConfigs: [
|
||||
BaseConfig.firstIteration(80, 1),
|
||||
],
|
||||
repsConfigs: [
|
||||
repetitionsConfigs: [
|
||||
BaseConfig.firstIteration(5, 1),
|
||||
],
|
||||
nrOfSetsConfigs: [
|
||||
@@ -198,7 +198,7 @@ Routine getTestRoutine({List<Exercise>? exercises}) {
|
||||
nrOfSetsConfigs: [
|
||||
BaseConfig.firstIteration(4, 1),
|
||||
],
|
||||
repsConfigs: [
|
||||
repetitionsConfigs: [
|
||||
BaseConfig.firstIteration(12, 1),
|
||||
],
|
||||
weightConfigs: [
|
||||
|
||||
Reference in New Issue
Block a user