We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28e783 commit c83698aCopy full SHA for c83698a
1 file changed
inference/core/interfaces/http/builder/routes.py
@@ -201,7 +201,7 @@ async def create_or_overwrite_workflow(
201
logger.error(f"Error deleting {old_id} from {old_file_path}: {e}")
202
return JSONResponse({"error": "unable to delete file"}, status_code=500)
203
204
- request_body["id"] = workflow_id
+ request_body["id"] = workflow_id
205
206
workflow_hash = sha256(workflow_id.encode()).hexdigest()
207
file_path = workflow_local_dir / f"{workflow_hash}.json"
0 commit comments