fix: Adjust null flag for step model fields

This commit is contained in:
Faruk AYDIN
2022-02-27 15:26:43 +03:00
committed by Ömer Faruk Aydın
parent 70bb79ab6c
commit 003213d223
3 changed files with 6 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ const createStepResolver = async (
appKey: input.appKey,
type: StepEnumType.Action,
position: previousStep.position + 1,
parameters: {},
});
const nextSteps = await flow