Skip to content

Commit cf37212

Browse files
cyrusjcayusht2810
andauthored
Update server/plugin/graphql/lhs_request.go
consistency renaming Co-authored-by: Ayush Thakur <100013900+ayusht2810@users.noreply.github.com>
1 parent c76f1af commit cf37212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugin/graphql/lhs_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (c *Client) GetLHSData(ctx context.Context) ([]*github.Issue, []*github.Iss
4040
params[queryParamMentionsQueryArg] = githubv4.String(fmt.Sprintf("org:%s %s", c.org, params[queryParamMentionsQueryArg]))
4141
}
4242

43-
var resultReview, resultAssignee, resultOpenPR, resultMentions []*github.Issue
43+
var resultReview, resultAssignee, resultOpenPR, resultMention []*github.Issue
4444
allReviewRequestsFetched, allAssignmentsFetched, allOpenPRsFetched, allMentionsFetched := false, false, false, false
4545

4646
for {

0 commit comments

Comments
 (0)