mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 06:47:27 +08:00
[O] Reduce code
This commit is contained in:
@@ -28,9 +28,7 @@ class CardController(
|
|||||||
|
|
||||||
// Lookup data for each game
|
// Lookup data for each game
|
||||||
return mapOf(
|
return mapOf(
|
||||||
"accessCode" to card.luid,
|
"card" to card,
|
||||||
"registerTime" to card.registerTime,
|
|
||||||
"accessTime" to card.accessTime,
|
|
||||||
"summary" to cardGameService.getSummary(card),
|
"summary" to cardGameService.getSummary(card),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user