mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Update GenericFunctions.ts
This commit is contained in:
parent
d70e2130e1
commit
19f079d26e
|
@ -21,6 +21,7 @@ import {
|
||||||
* @param {string} teamSecret
|
* @param {string} teamSecret
|
||||||
* @param {object} options
|
* @param {object} options
|
||||||
* @returns {Promise<any>}
|
* @returns {Promise<any>}
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export async function SIGNL4ApiRequest(this: IExecuteFunctions, method: string, contentType: string, body: string, query: IDataObject = {}, teamSecret?: string, option: IDataObject = {}): Promise<any> { // tslint:disable-line:no-any
|
export async function SIGNL4ApiRequest(this: IExecuteFunctions, method: string, contentType: string, body: string, query: IDataObject = {}, teamSecret?: string, option: IDataObject = {}): Promise<any> { // tslint:disable-line:no-any
|
||||||
|
|
Loading…
Reference in a new issue