Skip to content

Commit

Permalink
fix(Invoice Ninja Node): Fix lint error (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Sep 17, 2024
1 parent 9c95db8 commit ccf2e21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const bankTransactionFields: INodeProperties[] = [
name: 'bankIntegrationId',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
typeOptions: {
loadOptionsMethod: 'getBankIntegrations',
},
Expand Down Expand Up @@ -198,7 +198,7 @@ export const bankTransactionFields: INodeProperties[] = [
name: 'paymentId',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
typeOptions: {
loadOptionsMethod: 'getPayments',
},
Expand Down

0 comments on commit ccf2e21

Please sign in to comment.