diff --git a/modules/round/src/main/GameProxy.scala b/modules/round/src/main/GameProxy.scala index c10fcae85a..3033ca2e59 100644 --- a/modules/round/src/main/GameProxy.scala +++ b/modules/round/src/main/GameProxy.scala @@ -4,7 +4,7 @@ import chess.Color import lila.game.{ Game, Progress, Pov, GameRepo } import ornicar.scalalib.Zero -private final class GameProxy(id: String) { +private final class GameProxy(id: Game.ID) { def game: Fu[Option[Game]] = cache