mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 00:17:28 +08:00
[O] Reduce code
This commit is contained in:
@@ -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),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user