We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bff26 commit 41d28afCopy full SHA for 41d28af
issue.go
@@ -83,7 +83,7 @@ type Activity struct {
83
type Issue struct {
84
Annotations *[]string `json:"annotations,omitempty"`
85
AssignedTo *InternalUser `json:"assignedTo,omitempty"`
86
- Activity *[]Activity `json:"activity,omitempty"`
+ Activity *[]Activity `json:"activity,omitempty"`
87
Count *string `json:"count,omitempty"`
88
Culprit *string `json:"culprit,omitempty"`
89
FirstSeen *time.Time `json:"firstSeen,omitempty"`
0 commit comments