Skip to content

Commit

Permalink
Merge branch 'staging' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed May 13, 2024
2 parents df03f3f + d258583 commit dbf599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/PipelineLocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def post(self, request, group_id, pipeline_id):

# Get the pipeline run
pipeline_run = PipelineRun.objects.filter(
body.pipeline_run_uuid
uuid=body.pipeline_run_uuid
).first()

# Return BadRequest if no pipeline found
Expand Down

0 comments on commit dbf599e

Please sign in to comment.