Skip to content

Commit 47b7987

Browse files
authored
Merge pull request cli#3402 from cristiand391/remove-unused-embedded-struct
Remove unused embedded struct
2 parents d098964 + b656b56 commit 47b7987

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/queries_pr.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ type PullRequest struct {
6161
Login string `json:"login"`
6262
}
6363
HeadRepository struct {
64-
Name string
65-
DefaultBranchRef struct {
66-
Name string
67-
}
64+
Name string
6865
}
6966
IsCrossRepository bool
7067
IsDraft bool

0 commit comments

Comments
 (0)