mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
committed by
GitHub
parent
36a8e911e6
commit
92af1314fe
@@ -162,7 +162,7 @@ export async function execute(
|
||||
db: PgpDatabase,
|
||||
): Promise<INodeExecutionData[]> {
|
||||
items = replaceEmptyStringsByNulls(items, nodeOptions.replaceEmptyStrings as boolean);
|
||||
const nodeVersion = nodeOptions.typeVersion as number;
|
||||
const nodeVersion = nodeOptions.nodeVersion as number;
|
||||
|
||||
let schema = this.getNodeParameter('schema', 0, undefined, {
|
||||
extractValue: true,
|
||||
|
||||
Reference in New Issue
Block a user