fix(queries/get-execution): serve soft deleteds
This commit is contained in:
@@ -16,6 +16,7 @@ const getExecution = async (
|
|||||||
steps: true,
|
steps: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
.withSoftDeleted()
|
||||||
.findById(params.executionId)
|
.findById(params.executionId)
|
||||||
.throwIfNotFound();
|
.throwIfNotFound();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user