mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
committed by
GitHub
parent
eaaefd76da
commit
072c3db97d
@@ -18,8 +18,8 @@ export async function generateCodeForPrompt(
|
||||
context: {
|
||||
schema: Array<{ nodeName: string; schema: Schema }>;
|
||||
inputSchema: { nodeName: string; schema: Schema };
|
||||
sessionId: string;
|
||||
ndvSessionId: string;
|
||||
pushRef: string;
|
||||
ndvPushRef: string;
|
||||
};
|
||||
model: string;
|
||||
n8nVersion: string;
|
||||
|
||||
Reference in New Issue
Block a user