remove LastStarTs as it does not work

This commit is contained in:
Chris Sexton 2019-11-30 23:39:47 -05:00
parent dc696067b5
commit d5417d4b61
1 changed files with 0 additions and 1 deletions

View File

@ -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"`
} }