fix(plugin-workflow): remove useless context option (#1867)
This commit is contained in:
parent
190ba4db1f
commit
9931e6a486
@ -10,9 +10,6 @@ export default {
|
||||
const options = processor.getParsedValue(params, node);
|
||||
const result = await (multiple ? repo.find : repo.findOne).call(repo, {
|
||||
...options,
|
||||
context: {
|
||||
executionId: processor.execution.id,
|
||||
},
|
||||
transaction: processor.transaction,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user