Skip to content

Commit

Permalink
should fix #8407
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Jul 13, 2021
1 parent 28a0e42 commit fef18f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/insight/src/main/JsonQuestion.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ case class JsonQuestion(
case OpCastling.key => build(OpCastling)
case QueenTrade.key => build(QueenTrade)
case MaterialRange.key => build(MaterialRange)
case CplRange.key => build(CplRange)
case EvalRange.key => build(EvalRange)
case Blur.key => build(Blur)
case TimeVariance.key => build(TimeVariance)
Expand Down

0 comments on commit fef18f4

Please sign in to comment.