remove LastStarTs as it does not work
This commit is contained in:
parent
dc696067b5
commit
d5417d4b61
|
@ -71,7 +71,6 @@ type Member struct {
|
||||||
Stars int `json:"stars"`
|
Stars int `json:"stars"`
|
||||||
GlobalScore int `json:"global_score"`
|
GlobalScore int `json:"global_score"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
LastStarTs int `json:"last_star_ts"`
|
|
||||||
LocalScore int `json:"local_score"`
|
LocalScore int `json:"local_score"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue