mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix built issue by fixing lint issues
This commit is contained in:
@@ -3,17 +3,17 @@ import {
|
||||
} from 'n8n-core';
|
||||
import {
|
||||
IDataObject,
|
||||
INodeTypeDescription,
|
||||
INodeExecutionData,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
import {
|
||||
flowApiRequest,
|
||||
FlowApiRequestAllItems,
|
||||
} from './GenericFunctions';
|
||||
import {
|
||||
taskOpeations,
|
||||
taskFields,
|
||||
taskOpeations,
|
||||
} from './TaskDescription';
|
||||
import {
|
||||
ITask, TaskInfo,
|
||||
|
||||
@@ -5,8 +5,8 @@ import {
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
INodeTypeDescription,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
IWebhookResponseData,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { OptionsWithUri } from 'request';
|
||||
import {
|
||||
IExecuteFunctions,
|
||||
IExecuteSingleFunctions,
|
||||
IHookFunctions,
|
||||
ILoadOptionsFunctions,
|
||||
IExecuteSingleFunctions,
|
||||
} from 'n8n-core';
|
||||
import { IDataObject } from 'n8n-workflow';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user