Skip to content

Commit

Permalink
Update GenericFunctions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rons4 committed Jan 20, 2021
1 parent d70e213 commit 19f079d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nodes-base/nodes/Signl4/GenericFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
* @param {string} teamSecret
* @param {object} options
* @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
Expand Down

0 comments on commit 19f079d

Please sign in to comment.