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

This commit is contained in:
Ali BARIN
2023-05-13 13:19:53 +02:00
parent 8e4ca55560
commit bad5e0b855
@@ -16,6 +16,7 @@ const getExecution = async (
steps: true,
},
})
.withSoftDeleted()
.findById(params.executionId)
.throwIfNotFound();