type alias

round-proxy-get
Thibault Duplessis 2018-03-13 22:01:32 -05:00
parent 95bee790f9
commit 4e78ef80dd
1 changed files with 1 additions and 1 deletions

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