Merge pull request #3402 from cristiand391/remove-unused-embedded-struct

Remove unused embedded struct
This commit is contained in:
Mislav Marohnić 2021-04-20 18:48:19 +02:00 committed by GitHub
commit 47b7987772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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