feat: validate trigger input in updateStep
This commit is contained in:
@@ -43,6 +43,10 @@ const updateStep = async (
|
||||
}
|
||||
}
|
||||
|
||||
if (step.isTrigger) {
|
||||
await App.checkAppAndTrigger(input.appKey, input.key);
|
||||
}
|
||||
|
||||
if (step.isAction) {
|
||||
await App.checkAppAndAction(input.appKey, input.key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user