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 19:31:11 +01:00
co-authored by Claude Opus 4.6
parent 478c4cc356
commit 08d5f2ebb5
@@ -480,7 +480,9 @@ class ChessLobbyState(
result = result,
termination = termination,
moveCount = liveState.moveHistory.value.size,
completedAt = TimeUtils.now(),
completedAt =
com.vitorpamplona.quartz.utils.TimeUtils
.now(),
)
_completedGames.update { current ->