Skip to content

Commit 73eea76

Browse files
authored
Merge pull request #5 from motecshine/master
fix typo
2 parents 30f66dc + 41d28af commit 73eea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type Activity struct {
8383
type Issue struct {
8484
Annotations *[]string `json:"annotations,omitempty"`
8585
AssignedTo *InternalUser `json:"assignedTo,omitempty"`
86-
Actvity *[]Activity `json:"activity,omitempty"`
86+
Activity *[]Activity `json:"activity,omitempty"`
8787
Count *string `json:"count,omitempty"`
8888
Culprit *string `json:"culprit,omitempty"`
8989
FirstSeen *time.Time `json:"firstSeen,omitempty"`

0 commit comments

Comments
 (0)