mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
[Bug, GitHub]: fix missing context in cloud resolver (#10517)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -727,7 +727,7 @@ class GitLabService(BaseGitService, GitService):
|
||||
continue
|
||||
|
||||
comment = Comment(
|
||||
id=comment_data['id'],
|
||||
id=str(comment_data['id']),
|
||||
body=comment_data['body'],
|
||||
author=comment_data.get('author', {}).get('username', 'unknown'),
|
||||
created_at=datetime.fromisoformat(
|
||||
|
||||
Reference in New Issue
Block a user