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 6b02799 commit 15dccf1Copy full SHA for 15dccf1
pkg/github/server.go
@@ -37,7 +37,6 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
37
if !readOnly {
38
s.AddTool(createIssue(client, t))
39
s.AddTool(addIssueComment(client, t))
40
- s.AddTool(createIssue(client, t))
41
s.AddTool(updateIssue(client, t))
42
}
43
0 commit comments