Skip to content

Commit 7ca5253

Browse files
committed
fix: add mentions cursor initialization in fetchLHSData function
1 parent aa32b3d commit 7ca5253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugin/graphql/lhs_request.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func (c *Client) fetchLHSData(
8181
queryParamReviewsCursor: (*githubv4.String)(nil),
8282
queryParamAssignmentsCursor: (*githubv4.String)(nil),
8383
queryParamOpenPRsCursor: (*githubv4.String)(nil),
84+
queryParamMentionsCursor: (*githubv4.String)(nil),
8485
}
8586

8687
allReviewRequestsFetched, allAssignmentsFetched, allOpenPRsFetched, allMentionsFetched := false, false, false, false

0 commit comments

Comments
 (0)