mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Actually create exercise bases and translations
This commit is contained in:
@@ -106,5 +106,5 @@ List<Exercise> getTestExercises() {
|
||||
}
|
||||
|
||||
List<ExerciseBase> getTestExerciseBases() {
|
||||
return getTestExercises().map((e) => e.base).toList();
|
||||
return getTestExercises().map((e) => e.baseObj).toList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user