mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -77,7 +77,7 @@ export class Trello implements INodeType {
|
||||
options: [
|
||||
{
|
||||
name: 'Attachment',
|
||||
value: 'attachment'
|
||||
value: 'attachment',
|
||||
},
|
||||
{
|
||||
name: 'Board',
|
||||
@@ -97,7 +97,7 @@ export class Trello implements INodeType {
|
||||
},
|
||||
{
|
||||
name: 'Label',
|
||||
value: 'label'
|
||||
value: 'label',
|
||||
},
|
||||
{
|
||||
name: 'List',
|
||||
@@ -128,7 +128,7 @@ export class Trello implements INodeType {
|
||||
...cardCommentFields,
|
||||
...checklistFields,
|
||||
...labelFields,
|
||||
...listFields
|
||||
...listFields,
|
||||
|
||||
],
|
||||
};
|
||||
@@ -582,7 +582,7 @@ export class Trello implements INodeType {
|
||||
Object.assign(qs, {
|
||||
idBoard,
|
||||
name,
|
||||
color
|
||||
color,
|
||||
});
|
||||
|
||||
endpoint = 'labels';
|
||||
|
||||
Reference in New Issue
Block a user