mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ small fix
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
} from './GenericFunctions';
|
||||
import {
|
||||
taskFields,
|
||||
taskOperations
|
||||
taskOperations,
|
||||
} from './TaskDescription';
|
||||
import {
|
||||
ITask,
|
||||
|
||||
@@ -7,7 +7,6 @@ import {
|
||||
IWebhookFunctions,
|
||||
} from 'n8n-core';
|
||||
import { IDataObject } from 'n8n-workflow';
|
||||
import { response } from 'express';
|
||||
|
||||
export async function clickupApiRequest(this: IHookFunctions | IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions | IWebhookFunctions, method: string, resource: string, body: any = {}, qs: IDataObject = {}, uri?: string, option: IDataObject = {}): Promise<any> { // tslint:disable-line:no-any
|
||||
const credentials = this.getCredentials('clickUpApi');
|
||||
|
||||
Reference in New Issue
Block a user