Skip to content

Commit a13b25f

Browse files
committed
test
1 parent 721fd3e commit a13b25f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/github/pullrequests.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,8 @@ func SubmitPendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.
14031403
"prNum": githubv4.Int(params.PullNumber),
14041404
}
14051405

1406+
fmt.Println("MAP": vars)
1407+
14061408
if err := client.Query(context.Background(), &getLatestReviewForViewerQuery, vars); err != nil {
14071409
return ghErrors.NewGitHubGraphQLErrorResponse(ctx,
14081410
"failed to get latest review for current user",

0 commit comments

Comments
 (0)