type alias

This commit is contained in:
Thibault Duplessis 2018-03-13 22:01:32 -05:00
parent 95bee790f9
commit 4e78ef80dd

View file

@ -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