mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix nullable
parent
f37a32ceab
commit
452b077822
|
@ -131,7 +131,7 @@ class Chu3UserData : BaseEntity(), IUserData {
|
||||||
|
|
||||||
@JsonInclude
|
@JsonInclude
|
||||||
@Transient
|
@Transient
|
||||||
var rankUpChallengeResults: List<Any> = emptyList()
|
var rankUpChallengeResults: List<Any>? = null
|
||||||
|
|
||||||
// When serialized, this field should be "isNetBattleHost", not "netBattleHost"
|
// When serialized, this field should be "isNetBattleHost", not "netBattleHost"
|
||||||
@JsonProperty("isNetBattleHost")
|
@JsonProperty("isNetBattleHost")
|
||||||
|
|
Loading…
Reference in New Issue