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

Commit fe31888

Browse files
committed
Don't break out of loop after adding 1 comment.
1 parent 261ac2d commit fe31888

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
@@ -756,7 +756,6 @@ static void BuildPullRequestThreads(PullRequestDetailModel model)
756756
if (commentsByReplyId.TryGetValue(comment.ReplyTo, out thread))
757757
{
758758
thread.Add(comment);
759-
break;
760759
}
761760
}
762761
}

0 commit comments

Comments
 (0)