diff --git a/getaoc.go b/getaoc.go index e5c0ce1..687899a 100644 --- a/getaoc.go +++ b/getaoc.go @@ -71,7 +71,6 @@ type Member struct { Stars int `json:"stars"` GlobalScore int `json:"global_score"` Name string `json:"name"` - LastStarTs int `json:"last_star_ts"` LocalScore int `json:"local_score"` }