remove LastStarTs as it does not work
This commit is contained in:
parent
dc696067b5
commit
d5417d4b61
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue