From 4e78ef80dd280d5c7275931a59667c4dba2244bf Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 13 Mar 2018 22:01:32 -0500 Subject: [PATCH] type alias --- modules/round/src/main/GameProxy.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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