We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61318fd commit 949d63eCopy full SHA for 949d63e
app/src/main/java/com/sunkensplashstudios/VRCRoboScout/RoboScoutAPI.kt
@@ -676,9 +676,9 @@ data class TeamRanking(
676
val wp: Int,
677
val ap: Int,
678
val sp: Int,
679
- @SerialName("high_score") val highScore: Int,
680
- @SerialName("average_points") val averagePoints: Double,
681
- @SerialName("total_points") val totalPoints: Int
+ @SerialName("high_score") val highScore: Int?,
+ @SerialName("average_points") val averagePoints: Double?,
+ @SerialName("total_points") val totalPoints: Int?
682
)
683
684
@Serializable
0 commit comments