Skip to content

Commit ff896d0

Browse files
kpumukwilliammartin
authored andcommitted
Removed duplicated createIssue tool definition
1 parent 0f9ef6e commit ff896d0

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
@@ -38,7 +38,6 @@ func NewServer(client *github.Client, readOnly bool, t translations.TranslationH
3838
if !readOnly {
3939
s.AddTool(createIssue(client, t))
4040
s.AddTool(addIssueComment(client, t))
41-
s.AddTool(createIssue(client, t))
4241
s.AddTool(updateIssue(client, t))
4342
}
4443

0 commit comments

Comments
 (0)