mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ small fix
This commit is contained in:
parent
16c40540ee
commit
1df15ef688
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue