From 6ccc1049260ee6f946a843f0f9e5bbc19f6298ea Mon Sep 17 00:00:00 2001 From: rons4 Date: Fri, 22 Jan 2021 10:10:53 +0100 Subject: [PATCH] Update GenericFunctions.ts --- packages/nodes-base/nodes/Signl4/GenericFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Signl4/GenericFunctions.ts b/packages/nodes-base/nodes/Signl4/GenericFunctions.ts index 60e05a521..62f53823c 100644 --- a/packages/nodes-base/nodes/Signl4/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Signl4/GenericFunctions.ts @@ -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) {