Skip to content

Commit 15dccf1

Browse files
authored
Removed duplicated createIssue tool definition
1 parent 6b02799 commit 15dccf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
3737
if !readOnly {
3838
s.AddTool(createIssue(client, t))
3939
s.AddTool(addIssueComment(client, t))
40-
s.AddTool(createIssue(client, t))
4140
s.AddTool(updateIssue(client, t))
4241
}
4342

0 commit comments

Comments
 (0)