simplify FQCN

This commit is contained in:
Thibault Duplessis
2026-05-08 21:50:15 +02:00
parent 11d7d420da
commit 6f959d0a16
+1 -1
View File
@@ -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]