Fix requestedReviewer struct

This commit is contained in:
Toshiya Doi 2020-04-06 17:53:41 +09:00
parent d5bff70259
commit a4fcb634c2

View file

@ -66,9 +66,7 @@ type PullRequest struct {
Nodes []struct {
RequestedReviewer struct {
TypeName string `json:"__typename"`
User struct {
Login string
}
Login string
}
}
TotalCount int