mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-16 04:45:18 +00:00
mprove get_review_thread_comments method implementation
Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com>
This commit is contained in:
parent
29d4fe510e
commit
ddb94ec9b4
1 changed files with 0 additions and 2 deletions
|
|
@ -456,8 +456,6 @@ class GithubProvider(GitProvider):
|
||||||
c.id == root_comment_id or c.raw_data.get("in_reply_to_id") == root_comment_id
|
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
|
return thread_comments
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue