mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix built issue by fixing lint issues
This commit is contained in:
@@ -4,9 +4,9 @@ import {
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
INodeTypeDescription,
|
||||
INodeExecutionData,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
@@ -14,38 +14,38 @@ import {
|
||||
} from './GenericFunctions';
|
||||
|
||||
import {
|
||||
attachmentOperations,
|
||||
attachmentFields,
|
||||
attachmentOperations,
|
||||
} from './AttachmentDescription';
|
||||
|
||||
import {
|
||||
boardOperations,
|
||||
boardFields,
|
||||
boardOperations,
|
||||
} from './BoardDescription';
|
||||
|
||||
import {
|
||||
cardOperations,
|
||||
cardFields,
|
||||
cardOperations,
|
||||
} from './CardDescription';
|
||||
|
||||
import {
|
||||
cardCommentOperations,
|
||||
cardCommentFields,
|
||||
cardCommentOperations,
|
||||
} from './CardCommentDescription';
|
||||
|
||||
import {
|
||||
checklistOperations,
|
||||
checklistFields,
|
||||
checklistOperations,
|
||||
} from './ChecklistDescription';
|
||||
|
||||
import {
|
||||
labelOperations,
|
||||
labelFields,
|
||||
labelOperations,
|
||||
} from './LabelDescription';
|
||||
|
||||
import {
|
||||
listOperations,
|
||||
listFields,
|
||||
listOperations,
|
||||
} from './ListDescription';
|
||||
|
||||
export class Trello implements INodeType {
|
||||
|
||||
Reference in New Issue
Block a user