Skip to content

Commit 2fbc7d9

Browse files
committed
Allow for null id in Division
1 parent b761953 commit 2fbc7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/sunkensplashstudios/VRCRoboScout/RoboScoutAPI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ data class Award(
517517

518518
@Serializable
519519
class Division(
520-
var id: Int = 0,
520+
var id: Int? = 0,
521521
var name: String = ""
522522
)
523523

0 commit comments

Comments
 (0)