diff --git a/api/comment.go b/api/comment.go index 0326e18..11a3f4e 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"` + State string `json:"state,omitempty"` CreationDate time.Time `json:"creationDate"` Direction int `json:"direction"` }