mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 01:37:27 +08:00
[F] Fix nullable
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user