Skip to content

Commit 4429b1f

Browse files
committed
Merge branch 'teams-tool' of https://github.com/github/github-mcp-server into teams-tool
2 parents f92b4e0 + ce8880f commit 4429b1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/context_tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ func GetTeams(getClient GetClientFn, getGQLClient GetGQLClientFn, t translations
165165
}
166166
if err := gqlClient.Query(ctx, &q, vars); err != nil {
167167
return ghErrors.NewGitHubGraphQLErrorResponse(ctx, "Failed to find teams", err), nil
168-
169168
}
170169

171170
var organizations []OrganizationTeams

0 commit comments

Comments
 (0)