Skip to content

Commit

Permalink
Update GameDTO.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Legervad authored Dec 24, 2023
1 parent 5ce1602 commit ef2b880
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ data class GameDTO(
var gamePicture: String? = null,
var status: String = "",
var isDeleted: Boolean = false,
var similarGames: List<GameDTO> = mutableListOf()
)
// var similarGames: List<GameDTO> = mutableListOf()
)

0 comments on commit ef2b880

Please sign in to comment.