fix: Adjust null flag for step model fields
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
70bb79ab6c
commit
003213d223
@@ -44,6 +44,7 @@ const createStepResolver = async (
|
||||
appKey: input.appKey,
|
||||
type: StepEnumType.Action,
|
||||
position: previousStep.position + 1,
|
||||
parameters: {},
|
||||
});
|
||||
|
||||
const nextSteps = await flow
|
||||
|
Reference in New Issue
Block a user