mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ small fix
This commit is contained in:
parent
c630028531
commit
b3a9eb08c1
|
@ -7,7 +7,6 @@ import {
|
|||
import {
|
||||
IDataObject
|
||||
} from 'n8n-workflow';
|
||||
import { queryResult } from 'pg-promise';
|
||||
|
||||
export async function zohoApiRequest(this: IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions, method: string, resource: string, body: any = {}, qs: IDataObject = {}, uri?: string, option: IDataObject = {}): Promise<any> { // tslint:disable-line:no-any
|
||||
const options: OptionsWithUri = {
|
||||
|
|
Loading…
Reference in a new issue