Remove unused embedded struct

This commit is contained in:
Cristian Dominguez 2021-04-12 12:25:33 -03:00
parent bc681b9480
commit b656b56061

View file

@ -50,10 +50,7 @@ type PullRequest struct {
Login string
}
HeadRepository struct {
Name string
DefaultBranchRef struct {
Name string
}
Name string
}
IsCrossRepository bool
IsDraft bool