Skip to content

Commit

Permalink
fix(doc): drop kind execute from migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Oct 3, 2024
1 parent a053838 commit 02635c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Refactor-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export const PluginFactory =
mapping: MappingParams
) => ({
metadata: {
kind: 'execute',
inputs: {...params.metadata.inputs, ...parametersMetadata?.inputs},
outputs: parametersMetadata?.outputs || params.metadata.outputs,
},
Expand Down

0 comments on commit 02635c9

Please sign in to comment.