wt1.1.2b exercise_log with the new tree_view

This commit is contained in:
Bossanyi Tibor
2020-09-28 07:09:37 +02:00
parent 89c06123d2
commit 7da1ef534c
10 changed files with 174 additions and 158 deletions
+1 -1
View File
@@ -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");