👕 Fix built issue by fixing lint issues
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
} from 'n8n-core';
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
ICredentialDataDecryptedObject,
|
||||
IDataObject,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export async function jiraSoftwareCloudApiRequest(this: IHookFunctions | IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions, endpoint: string, method: string, body: any = {}, query?: IDataObject, uri?: string): Promise<any> { // tslint:disable-line:no-any
|
||||
|
||||
@@ -18,8 +18,8 @@ import {
|
||||
} from './GenericFunctions';
|
||||
|
||||
import {
|
||||
issueOperations,
|
||||
issueFields,
|
||||
issueOperations,
|
||||
} from './IssueDescription';
|
||||
|
||||
import {
|
||||
|
||||
@@ -5,16 +5,16 @@ import {
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
INodeTypeDescription,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
IWebhookResponseData,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
jiraSoftwareCloudApiRequest,
|
||||
allEvents,
|
||||
eventExists,
|
||||
getId,
|
||||
allEvents,
|
||||
jiraSoftwareCloudApiRequest,
|
||||
} from './GenericFunctions';
|
||||
|
||||
import * as queryString from 'querystring';
|
||||
|
||||
Reference in New Issue
Block a user