fix(plugin-workflow): remove useless context option (#1867)

This commit is contained in:
Junyi 2023-05-16 13:16:13 +07:00 committed by GitHub
parent 190ba4db1f
commit 9931e6a486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
});