chore(shared): 🔧 Hello! I'm a mock assistant responding to your message.
This commit is contained in:
parent
33e3d80c45
commit
179786ed69
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ def create_auto_commit_service(
|
|||
"cycle_triggered": True,
|
||||
"repos_committed": cycle_result.repos_committed,
|
||||
"repos_failed": cycle_result.repos_failed,
|
||||
"cycle_result": cycle_result,
|
||||
"cycle_result": cycle_result.model_dump(),
|
||||
}
|
||||
except HTTPException:
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue