mirror of https://github.com/hykilpikonna/AquaDX
[+] Card.sensitiveInfo
parent
a4e8cbe9e1
commit
7e27bf0785
|
@ -48,3 +48,5 @@ class Card(
|
|||
@Suppress("unused") // Used by serialization
|
||||
val isLinked get() = aquaUser != null
|
||||
}
|
||||
|
||||
fun Card.sensitiveInfo() = mapOf("id" to id, "extId" to extId, "luid" to luid)
|
||||
|
|
Loading…
Reference in New Issue