Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vovinacci committed Feb 3, 2025
1 parent f39b600 commit f5bd521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vcs/github_client/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (c *Client) hideOutdatedMessages(ctx context.Context, pr vcs.PullRequest, c

for _, comment := range comments {
if strings.EqualFold(comment.GetUser().GetLogin(), c.username) {
// GitHub API does not expose minimizeComment API. IT's only available from the GraphQL API
// GitHub API does not expose minimizeComment API. It's only available from the GraphQL API
// https://docs.github.com/en/graphql/reference/mutations#minimizecomment
var m struct {
MinimizeComment struct {
Expand Down

0 comments on commit f5bd521

Please sign in to comment.