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