fix(api): correct var name capitalization
This commit is contained in:
parent
0db7ae872f
commit
6162a7c524
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ func replaceActorAssigneesForEditable(apiClient *api.Client, repo ghrepo.Interfa
|
|||
|
||||
var mutation struct {
|
||||
ReplaceActorsForAssignable struct {
|
||||
Typename string `graphql:"__typename"`
|
||||
TypeName string `graphql:"__typename"`
|
||||
} `graphql:"replaceActorsForAssignable(input: $input)"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue