From 41d770e9a606efd82a60378b33de118289c56104 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Mon, 28 Oct 2024 11:57:30 +0000 Subject: [PATCH] lint fix --- .../nodes/SeaTable/v2/actions/asset/upload.operation.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/nodes-base/nodes/SeaTable/v2/actions/asset/upload.operation.ts b/packages/nodes-base/nodes/SeaTable/v2/actions/asset/upload.operation.ts index 43cd8b1f3a..d49f86aaf7 100644 --- a/packages/nodes-base/nodes/SeaTable/v2/actions/asset/upload.operation.ts +++ b/packages/nodes-base/nodes/SeaTable/v2/actions/asset/upload.operation.ts @@ -45,7 +45,7 @@ const properties: INodeProperties[] = [ name: 'rowId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify an ID using an expression.', required: true, typeOptions: { loadOptionsDependsOn: ['tableName'], @@ -197,7 +197,9 @@ export async function execute( // Remove duplicates based on "url", keeping the last one const uniqueAssets = Array.from( // @ts-ignore - mergedArray.reduce((map, asset) => map.set(asset.url, asset), new Map()).values(), + mergedArray + .reduce((map, asset) => map.set(asset.url, asset), new Map()) + .values(), ); // Update the rowInput with the unique assets and store into body.row.