Merge pull request #3402 from cristiand391/remove-unused-embedded-struct
Remove unused embedded struct
This commit is contained in:
commit
47b7987772
1 changed files with 1 additions and 4 deletions
|
|
@ -61,10 +61,7 @@ type PullRequest struct {
|
|||
Login string `json:"login"`
|
||||
}
|
||||
HeadRepository struct {
|
||||
Name string
|
||||
DefaultBranchRef struct {
|
||||
Name string
|
||||
}
|
||||
Name string
|
||||
}
|
||||
IsCrossRepository bool
|
||||
IsDraft bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue