Skip to content

Commit b656b56

Browse files
committed
Remove unused embedded struct
1 parent bc681b9 commit b656b56

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
@@ -50,10 +50,7 @@ type PullRequest struct {
5050
Login string
5151
}
5252
HeadRepository struct {
53-
Name string
54-
DefaultBranchRef struct {
55-
Name string
56-
}
53+
Name string
5754
}
5855
IsCrossRepository bool
5956
IsDraft bool

0 commit comments

Comments
 (0)