just return the err
Co-authored-by: Nate Smith <vilmibm@github.com>
This commit is contained in:
parent
23c072b39d
commit
e2aab30836
1 changed files with 1 additions and 5 deletions
|
|
@ -407,9 +407,5 @@ func IssueReopen(client *Client, repo ghrepo.Interface, issue Issue) error {
|
|||
v4 := githubv4.NewClient(client.http)
|
||||
err := v4.Mutate(context.Background(), &mutation, input, nil)
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue