mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 04:15:18 +00:00
Update pr_agent/git_providers/github_provider.py
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
45d776a1f7
commit
c0e78ba522
1 changed files with 0 additions and 1 deletions
|
|
@ -919,7 +919,6 @@ class GithubProvider(GitProvider):
|
||||||
get_logger().error(f"Unexpected response format: {response_tuple}")
|
get_logger().error(f"Unexpected response format: {response_tuple}")
|
||||||
return sub_issues
|
return sub_issues
|
||||||
|
|
||||||
print("Raw Issue ID Response:", response_json)
|
|
||||||
|
|
||||||
issue_id = response_json.get("data", {}).get("repository", {}).get("issue", {}).get("id")
|
issue_id = response_json.get("data", {}).get("repository", {}).get("issue", {}).get("id")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue