From 337a6d2427fc86ef4bfcc908793d9afe6220c3b5 Mon Sep 17 00:00:00 2001
From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Date: Tue, 17 Sep 2024 14:04:36 +0300
Subject: [PATCH] fix(Invoice Ninja Node): Fix lint error (no-changelog)
(#10848)
---
.../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 b72d88db48879e..abf39ab4938897 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',
},