Remove unused Viewer struct from SuggestedAssignableActors
Deleted the Viewer struct from the responseData type in SuggestedAssignableActors as it was not being used.
This commit is contained in:
parent
e3a3a01f2d
commit
48bea46504
1 changed files with 0 additions and 5 deletions
|
|
@ -706,11 +706,6 @@ func RemovePullRequestReviews(client *Client, repo ghrepo.Interface, prNumber in
|
|||
// If query is empty, the query variable is passed as null to omit filtering.
|
||||
func SuggestedAssignableActors(client *Client, repo ghrepo.Interface, assignableID string, query string) ([]AssignableActor, error) {
|
||||
type responseData struct {
|
||||
Viewer struct {
|
||||
ID string
|
||||
Login string
|
||||
Name string
|
||||
} `graphql:"viewer"`
|
||||
Node struct {
|
||||
Issue struct {
|
||||
SuggestedActors struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue