mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
fix FQCN
This commit is contained in:
@@ -39,7 +39,7 @@ object Recap:
|
||||
type Openings = ByColor[Counted[SimpleOpening]]
|
||||
lazy val nopening = Counted(SimpleOpening.openingList.head, 0)
|
||||
|
||||
type QueueEntry = lila.memo.ParallelQueue.Entry[UserId]
|
||||
type QueueEntry = ParallelQueue.Entry[UserId]
|
||||
|
||||
enum Availability:
|
||||
case Available(data: JsObject)
|
||||
|
||||
Reference in New Issue
Block a user