From d5417d4b618dbac6f436b190fcf6f4eb8a893333 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 30 Nov 2019 23:39:47 -0500 Subject: [PATCH] remove LastStarTs as it does not work --- getaoc.go | 1 - 1 file changed, 1 deletion(-) 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"` }