fix(dynamic-data): make requiring connection optional in step
This commit is contained in:
@@ -5,7 +5,6 @@ export default async (request, response) => {
|
|||||||
.clone()
|
.clone()
|
||||||
.where('steps.id', request.params.stepId)
|
.where('steps.id', request.params.stepId)
|
||||||
.whereNotNull('steps.app_key')
|
.whereNotNull('steps.app_key')
|
||||||
.whereNotNull('steps.connection_id')
|
|
||||||
.first()
|
.first()
|
||||||
.throwIfNotFound();
|
.throwIfNotFound();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user