[+] Card.sensitiveInfo

matching
Azalea 2024-12-29 00:44:04 -05:00
parent a4e8cbe9e1
commit 7e27bf0785
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@ class Card(
@Suppress("unused") // Used by serialization @Suppress("unused") // Used by serialization
val isLinked get() = aquaUser != null val isLinked get() = aquaUser != null
} }
fun Card.sensitiveInfo() = mapOf("id" to id, "extId" to extId, "luid" to luid)