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 22, 2021
1 parent 19f079d commit 6ccc104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Signl4/GenericFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function SIGNL4ApiRequest(this: IExecuteFunctions, method: string,
options = Object.assign({}, options, option);

try {
return await this.helpers.request!(options);
return JSON.parse(await this.helpers.request!(options));
} catch (error) {

if (error.response && error.response.body && error.response.body.details) {
Expand Down

0 comments on commit 6ccc104

Please sign in to comment.