Skip to content

Commit 80aac59

Browse files
chore: type in GetGameInfoAndUserProgress is nullable (#27)
* chore: change `guideUrl` to nullable type * version change * chore: fix nullables * chore: fix nullables
1 parent 8e48865 commit 80aac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/retroachivements/api/data/pojo/game/GetGameInfoAndUserProgress.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class GetGameInfoAndUserProgress {
130130
val memAddr: String,
131131

132132
@SerializedName("Type")
133-
val type: String,
133+
val type: String?,
134134

135135
@SerializedName("DateEarnedHardcore")
136136
val dateEarnedHardcore: String?,

0 commit comments

Comments
 (0)