Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Zone Tome <[email protected]>
  • Loading branch information
zxypro1 committed Jun 22, 2024
1 parent 3033a2c commit 74308a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ You can still use them now, but we suggest to modify them.`)
};
try {
// Execute the command for the component with the prepared inputs.
return await instance[command](newInputs);;
return await instance[command](newInputs);
} catch (e) {
const error = e as Error;
// Check if the failure is allowed based on the record's allowFailure setting.
Expand Down

0 comments on commit 74308a8

Please sign in to comment.