mprove get_review_thread_comments method implementation

Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com>
This commit is contained in:
Benedict Lee
2025-04-24 11:22:43 +09:00
committed by GitHub
parent 29d4fe510e
commit ddb94ec9b4

View File

@ -456,8 +456,6 @@ class GithubProvider(GitProvider):
c.id == root_comment_id or c.raw_data.get("in_reply_to_id") == root_comment_id
]
# Sort chronologically
thread_comments.sort(key=lambda c: c.created_at)
return thread_comments