Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cea5e44

Browse files
authored
Merge branch 'master' into fixes/2172-github-pane-errors
2 parents c53fa14 + c0aa176 commit cea5e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.InlineReviews/Services/PullRequestSessionService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ public async Task<PullRequestDetailModel> PostStandaloneReviewComment(
649649

650650
var addReview = new AddPullRequestReviewInput
651651
{
652-
Body = body,
653652
CommitOID = commitId,
654653
Event = Octokit.GraphQL.Model.PullRequestReviewEvent.Comment,
655654
PullRequestId = new ID(pullRequestId),

0 commit comments

Comments
 (0)