fix: make connectionId optional step model
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
3925de13a7
commit
da9ab8016b
@@ -45,7 +45,6 @@ const createStepResolver = async (
|
||||
key: input.key,
|
||||
appKey: input.appKey,
|
||||
type: 'action',
|
||||
connectionId: input.connection?.id,
|
||||
position: previousStep.position + 1,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user