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