Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed May 13, 2024
1 parent 3cc4b7e commit aa692df
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 @@ -186,7 +186,7 @@ def get(self, request, group_id, pipeline_id, pipeline_lock_uuid=None, *_, **__
id=pipeline_id
).prefetch_related(
"pipelinelocks"
"pipeline__pipeline"
"pipelinelocks__pipeline"
"pipelinelocks__pipeline_run"
).first()

Expand Down

0 comments on commit aa692df

Please sign in to comment.