fix(chess): resolve TimeUtils compilation error in ChessLobbyState

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
davotoula
2026-03-23 17:01:19 +01:00
parent 478c4cc356
commit 08d5f2ebb5
@@ -480,7 +480,9 @@ class ChessLobbyState(
result = result, result = result,
termination = termination, termination = termination,
moveCount = liveState.moveHistory.value.size, moveCount = liveState.moveHistory.value.size,
completedAt = TimeUtils.now(), completedAt =
com.vitorpamplona.quartz.utils.TimeUtils
.now(),
) )
_completedGames.update { current -> _completedGames.update { current ->