refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
committed by
GitHub
parent
eaaefd76da
commit
072c3db97d
@@ -13,7 +13,7 @@ export async function saveExecutionProgress(
|
||||
nodeName: string,
|
||||
data: ITaskData,
|
||||
executionData: IRunExecutionData,
|
||||
sessionId?: string,
|
||||
pushRef?: string,
|
||||
) {
|
||||
const saveSettings = toSaveSettings(workflowData.settings);
|
||||
|
||||
@@ -97,7 +97,7 @@ export async function saveExecutionProgress(
|
||||
{
|
||||
...error,
|
||||
executionId,
|
||||
sessionId,
|
||||
pushRef,
|
||||
workflowId: workflowData.id,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user