From 40795d6adf383ec09290ca2a9da7e6ebeeaffb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 29 Sep 2022 15:51:31 +0200 Subject: [PATCH] fix(build): Fix lint issue to fix build (#4232) :zap: Fix build lint issue --- packages/nodes-base/nodes/NocoDB/OperationDescription.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts index 895e08c1cd..da6d13078a 100644 --- a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts +++ b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts @@ -28,8 +28,7 @@ export const operationFields: INodeProperties[] = [ }, }, required: true, - description: - 'Choose from the list, or specify an ID using an expression.', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getProjects', },