fix(dynamic-data): make requiring connection optional in step

This commit is contained in:
Ali BARIN
2025-01-16 08:22:14 +00:00
parent 78d38ff13a
commit 3498861d18

View File

@@ -5,7 +5,6 @@ export default async (request, response) => {
.clone()
.where('steps.id', request.params.stepId)
.whereNotNull('steps.app_key')
.whereNotNull('steps.connection_id')
.first()
.throwIfNotFound();