fix(queries/get-execution): serve soft deleteds

This commit is contained in:
Ali BARIN
2023-05-12 20:27:18 +00:00
parent 8e4ca55560
commit bad5e0b855

View File

@@ -16,6 +16,7 @@ const getExecution = async (
steps: true,
},
})
.withSoftDeleted()
.findById(params.executionId)
.throwIfNotFound();