We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b33eaf commit d02f4c6Copy full SHA for d02f4c6
app/controllers/Practice.scala
@@ -52,7 +52,7 @@ object Practice extends LilaController {
52
case (baseData, studyJson) =>
53
val analysis = baseData ++ Json.obj(
54
"treeParts" -> partitionTreeJsonWriter.writes {
55
- lila.study.TreeBuilder(chapter.root.withoutChildren, chapter.setup.variant)
+ lila.study.TreeBuilder(chapter.root, chapter.setup.variant)
56
},
57
"practiceGoal" -> lila.practice.PracticeGoal(chapter))
58
(analysis, studyJson)
0 commit comments