diff options
Diffstat (limited to 'backend/models/models.go')
| -rw-r--r-- | backend/models/models.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/models/models.go b/backend/models/models.go index 783c339..0727468 100644 --- a/backend/models/models.go +++ b/backend/models/models.go | |||
| @@ -44,7 +44,6 @@ type MapRoute struct { | |||
| 44 | Category Category `json:"category"` | 44 | Category Category `json:"category"` |
| 45 | History MapHistory `json:"history"` | 45 | History MapHistory `json:"history"` |
| 46 | Rating float32 `json:"rating"` | 46 | Rating float32 `json:"rating"` |
| 47 | ScoreCount int `json:"score_count"` | ||
| 48 | Description string `json:"description"` | 47 | Description string `json:"description"` |
| 49 | Showcase string `json:"showcase"` | 48 | Showcase string `json:"showcase"` |
| 50 | } | 49 | } |