diff --git a/api/comment.go b/api/comment.go index e15a04e..d7f4050 100644 --- a/api/comment.go +++ b/api/comment.go @@ -13,7 +13,7 @@ type comment struct { Html string `json:"html"` ParentHex string `json:"parentHex"` Score int `json:"score"` - State string `json:"-"` + State string `json:"state"` CreationDate time.Time `json:"creationDate"` VoteDirection int `json:"voteDirection"` }