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

Commit f0d6a71

Browse files
Adding missing check to update the pullRequestNodeId
1 parent 5de66ad commit f0d6a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.InlineReviews/Services/PullRequestSession.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public async Task<IPullRequestReviewCommentModel> PostReviewComment(
200200

201201
if (!HasPendingReview)
202202
{
203+
var pullRequestNodeId = await GetPullRequestNodeId();
203204
model = await service.PostStandaloneReviewCommentReply(
204205
LocalRepository,
205206
User,

0 commit comments

Comments
 (0)