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,11 +4,11 @@ import {
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
INodeExecutionData,
|
||||
INodeTypeDescription,
|
||||
INodeType,
|
||||
ILoadOptionsFunctions,
|
||||
INodeExecutionData,
|
||||
INodePropertyOptions,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
@@ -18,18 +18,18 @@ import {
|
||||
} from './GenericFunctions';
|
||||
|
||||
import {
|
||||
workbookOperations,
|
||||
workbookFields,
|
||||
workbookOperations,
|
||||
} from './WorkbookDescription';
|
||||
|
||||
import {
|
||||
worksheetOperations,
|
||||
worksheetFields,
|
||||
worksheetOperations,
|
||||
} from './WorksheetDescription';
|
||||
|
||||
import {
|
||||
tableOperations,
|
||||
tableFields,
|
||||
tableOperations,
|
||||
} from './TableDescription';
|
||||
|
||||
export class MicrosoftExcel implements INodeType {
|
||||
|
||||
Reference in New Issue
Block a user