Skip to content

Commit

Permalink
Revert "Adds Type and Issue fields to timeline Source (#511)" (#1197)
Browse files Browse the repository at this point in the history
This reverts commit ac1f352.
  • Loading branch information
gmlewis authored Jun 14, 2019
1 parent ac1f352 commit 6c7910a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions github/issues_timeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ type Timeline struct {
type Source struct {
ID *int64 `json:"id,omitempty"`
URL *string `json:"url,omitempty"`
Type *string `json:"type,omitempty"`
Issue *Issue `json:"issue,omitempty"`
Actor *User `json:"actor,omitempty"`
Type *string `json:"type,omitempty"`
Issue *Issue `json:"issue,omitempty"`
Expand Down

0 comments on commit 6c7910a

Please sign in to comment.