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.
2 parents 30f66dc + 41d28af commit 73eea76Copy full SHA for 73eea76
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
- Actvity *[]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