Skip to content

Commit cefffc6

Browse files
cyrusjcayusht2810
andauthored
Update server/plugin/api.go
Co-authored-by: Ayush Thakur <100013900+ayusht2810@users.noreply.github.com>
1 parent d1d58cc commit cefffc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/plugin/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ func (p *Plugin) createIssueComment(c *UserContext, w http.ResponseWriter, r *ht
939939
p.writeJSON(w, result)
940940
}
941941

942-
func (p *Plugin) getLHSData(c *UserContext) (reviewResp []*github.Issue, assignmentResp []*github.Issue, openPRResp []*github.Issue, mentionsResp []*github.Issue, err error) {
942+
func (p *Plugin) getLHSData(c *UserContext) (reviewResp []*github.Issue, assignmentResp []*github.Issue, openPRResp []*github.Issue, mentionResp []*github.Issue, err error) {
943943
graphQLClient := p.graphQLConnect(c.GHInfo)
944944

945945
reviewResp, assignmentResp, openPRResp, mentionsResp, err = graphQLClient.GetLHSData(c.Context.Ctx)

0 commit comments

Comments
 (0)