@@ -39,13 +39,15 @@ type Review struct { Comments []InlineComment } // InlineComment represents an inline comment that was left as part of a review. type InlineComment struct { File string Line int Body string ID uint64 File string Line int Body string Reactions []reactions.Reaction } type ReviewState int8 const (