small fix

This commit is contained in:
Ricardo Espinoza
2020-01-30 12:24:19 -05:00
parent 16c40540ee
commit 1df15ef688
2 changed files with 1 additions and 2 deletions

View File

@@ -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');