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:
@@ -9,17 +9,17 @@ import {
|
||||
|
||||
import {OptionsWithUri} from 'request';
|
||||
import {
|
||||
layoutsApiRequest,
|
||||
getFields,
|
||||
getPortals,
|
||||
getScripts,
|
||||
getToken,
|
||||
parseSort,
|
||||
layoutsApiRequest,
|
||||
logout,
|
||||
parseFields,
|
||||
parsePortals,
|
||||
parseQuery,
|
||||
parseScripts,
|
||||
parseFields,
|
||||
logout
|
||||
parseSort,
|
||||
} from "./GenericFunctions";
|
||||
|
||||
export class FileMaker implements INodeType {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
IExecuteFunctions,
|
||||
IExecuteSingleFunctions,
|
||||
ILoadOptionsFunctions,
|
||||
IExecuteSingleFunctions
|
||||
} from 'n8n-core';
|
||||
|
||||
import {
|
||||
@@ -9,7 +9,6 @@ import {
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {OptionsWithUri} from 'request';
|
||||
import {Url} from "url";
|
||||
|
||||
interface ScriptsOptions {
|
||||
script?: any; //tslint:disable-line:no-any
|
||||
|
||||
Reference in New Issue
Block a user