fix(chess): resolve TimeUtils compilation error in ChessLobbyState
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user