We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9ef6e commit ff896d0Copy full SHA for ff896d0
pkg/github/server.go
@@ -38,7 +38,6 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
38
if !readOnly {
39
s.AddTool(createIssue(client, t))
40
s.AddTool(addIssueComment(client, t))
41
- s.AddTool(createIssue(client, t))
42
s.AddTool(updateIssue(client, t))
43
}
44
0 commit comments