wt1.1.2b exercise_log with the new tree_view
This commit is contained in:
@@ -104,7 +104,7 @@ class Session {
|
||||
await ExerciseTreeApi().getExerciseTree();
|
||||
if ( customerId > 0) {
|
||||
ExerciseRepository exerciseRepository = ExerciseRepository();
|
||||
exerciseRepository.getExercisesByCustomer(customerId);
|
||||
await exerciseRepository.getExercisesByCustomer(customerId);
|
||||
}
|
||||
print("--- Session finished");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user