mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
simplify FQCN
This commit is contained in:
@@ -95,7 +95,7 @@ trait GameApi:
|
||||
def computeMoveTimes(g: Game, color: Color): Option[List[Centis]]
|
||||
def analysable(g: Game): Boolean
|
||||
def nbPlaying(userId: UserId): Fu[Int]
|
||||
def anonCookieJson(pov: lila.core.game.Pov): Option[JsObject]
|
||||
def anonCookieJson(pov: Pov): Option[JsObject]
|
||||
|
||||
abstract class GameRepo(val coll: BSONCollection):
|
||||
given gameHandler: BSONDocumentHandler[Game]
|
||||
|
||||
Reference in New Issue
Block a user