refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
committed by
GitHub
parent
eaaefd76da
commit
072c3db97d
@@ -295,7 +295,7 @@ export class WorkflowRunner {
|
||||
});
|
||||
|
||||
additionalData.sendDataToUI = WorkflowExecuteAdditionalData.sendDataToUI.bind({
|
||||
sessionId: data.sessionId,
|
||||
pushRef: data.pushRef,
|
||||
});
|
||||
|
||||
await additionalData.hooks.executeHookFunctions('workflowExecuteBefore', []);
|
||||
|
||||
Reference in New Issue
Block a user