Skip to content

Commit

Permalink
fix/correction-to-parameter-name
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-roboflow committed Jan 16, 2025
1 parent ace086e commit 77b4569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/core/interfaces/http/http_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def process_workflow_inference_request(
workflow_results = execution_engine.run(
runtime_parameters=workflow_request.inputs,
serialize_results=True,
is_preview=is_preview,
_is_preview=is_preview,
)
with profiler.profile_execution_phase(
name="workflow_results_filtering",
Expand Down

0 comments on commit 77b4569

Please sign in to comment.