mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
s
This commit is contained in:
parent
a588e9f2bb
commit
39c0733d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class PRCodeSuggestions:
|
|||
get_logger().error(f"Error getting PR diff")
|
||||
self.prediction = None
|
||||
|
||||
data = self._prepare_pr_code_suggestions(self.prediction)
|
||||
data = self.prediction
|
||||
return data
|
||||
|
||||
async def _get_prediction(self, model: str, patches_diff: str) -> dict:
|
||||
|
|
|
|||
Loading…
Reference in a new issue