[O] Reduce code

This commit is contained in:
Azalea
2024-02-20 16:18:43 -05:00
parent 4b8385419e
commit a94952babc

View File

@@ -28,9 +28,7 @@ class CardController(
// Lookup data for each game
return mapOf(
"accessCode" to card.luid,
"registerTime" to card.registerTime,
"accessTime" to card.accessTime,
"card" to card,
"summary" to cardGameService.getSummary(card),
)
}