From 86bd721bc25daa54b4b8a1550fdbec7476c28f08 Mon Sep 17 00:00:00 2001
From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Date: Tue, 17 Sep 2024 13:29:58 +0300
Subject: [PATCH] fix(Invoice Ninja Node): Fix lint error (no-changelog)
---
.../nodes/InvoiceNinja/BankTransactionDescription.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts
index b72d88db48879..abf39ab493889 100644
--- a/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts
+++ b/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts
@@ -75,7 +75,7 @@ export const bankTransactionFields: INodeProperties[] = [
name: 'bankIntegrationId',
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',
typeOptions: {
loadOptionsMethod: 'getBankIntegrations',
},
@@ -198,7 +198,7 @@ export const bankTransactionFields: INodeProperties[] = [
name: 'paymentId',
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',
typeOptions: {
loadOptionsMethod: 'getPayments',
},