Fix requestedReviewer struct
This commit is contained in:
parent
d5bff70259
commit
a4fcb634c2
1 changed files with 1 additions and 3 deletions
|
|
@ -66,9 +66,7 @@ type PullRequest struct {
|
||||||
Nodes []struct {
|
Nodes []struct {
|
||||||
RequestedReviewer struct {
|
RequestedReviewer struct {
|
||||||
TypeName string `json:"__typename"`
|
TypeName string `json:"__typename"`
|
||||||
User struct {
|
Login string
|
||||||
Login string
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TotalCount int
|
TotalCount int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue