diff --git a/internal/types/types.go b/internal/types/types.go index 8584c2da3..e80d81646 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -15,8 +15,8 @@ type PREvidence struct { type PRApprovals struct { Username string `json:"username"` - State string `json:"state"` - Timestamp int64 `json:"timestamp"` + State string `json:"state,omitempty"` + Timestamp int64 `json:"timestamp,omitempty"` } type Commit struct {