Skip to content

Commit abd9fd6

Browse files
chore: fix missing "," (#21)
1 parent 938b22a commit abd9fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/org/retroachivements/api/data/pojo/system/GetConsoleID.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ class GetConsoleID {
1313
val name: String,
1414

1515
@SerializedName("IconURL")
16-
val iconUrl: String
16+
val iconUrl: String,
1717

1818
@SerializedName("Active")
19-
val active: Boolean
19+
val active: Boolean,
2020

2121
@SerializedName("IsGameSystem")
2222
val isGameSystem: Boolean

0 commit comments

Comments
 (0)