cleanup: remove json comments in dto classes

This commit is contained in:
Leonardo Murça 2025-07-18 22:49:03 -03:00
parent e36defeec1
commit 877433eff6
3 changed files with 1 additions and 38 deletions

View file

@ -10,12 +10,3 @@ data class LeagueDto(
@SerialName("image_url") @SerialName("image_url")
val imageUrl: String? val imageUrl: String?
) )
//"league": {
// "id": 5078,
// "name": "United21",
// "url": null,
// "slug": "cs-go-united21",
// "modified_at": "2023-12-22T16:36:10Z",
// "image_url": "https://cdn.pandascore.co/images/league/image/5078/800px-united21_allmode-png"
//},

View file

@ -16,16 +16,3 @@ data class OpponentRecord(
@SerialName("image_url") @SerialName("image_url")
val imageUrl: String? val imageUrl: String?
) )
//{
// "type": "Team",
// "opponent": {
// "id": 126694,
// "name": "BIG Academy",
// "location": "DE",
// "slug": "big-academy",
// "modified_at": "2025-07-17T10:49:15Z",
// "acronym": "BIG.A",
// "image_url": "https://cdn.pandascore.co/images/team/image/126694/big.png"
// }
//}

View file

@ -9,18 +9,3 @@ data class SerieDto(
@SerialName("full_name") @SerialName("full_name")
val fullName: String? val fullName: String?
) )
//"serie": {
// "id": 9519,
// "name": "",
// "year": 2025,
// "begin_at": "2025-07-18T08:00:00Z",
// "end_at": "2025-08-04T21:00:00Z",
// "winner_id": null,
// "winner_type": "Team",
// "slug": "cs-go-united21-35-2025",
// "modified_at": "2025-07-17T10:55:39Z",
// "league_id": 5078,
// "season": "35",
// "full_name": "Season 35 2025"
//},