n8n-nodes-browserless
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -49,2 +49,3 @@ "use strict"; | ||
} | ||
console.log(options); | ||
try { | ||
@@ -131,7 +132,11 @@ return await this.helpers.httpRequestWithAuthentication.call(this, 'browserlessApi', options); | ||
const options = {}; | ||
options.addition = this.getNodeParameter('addition', i); | ||
options.parsed = parseFixedCollectionOptions(options.addition); | ||
if (options.parsed['setExtraHTTPHeaders']) { | ||
options.parsed['setExtraHTTPHeaders'] = composeArrayToMap(options.parsed['setExtraHTTPHeaders'], 'name', 'value'); | ||
try { | ||
options.addition = this.getNodeParameter('addition', i); | ||
options.parsed = parseFixedCollectionOptions(options.addition); | ||
if (options.parsed['setExtraHTTPHeaders']) { | ||
options.parsed['setExtraHTTPHeaders'] = composeArrayToMap(options.parsed['setExtraHTTPHeaders'], 'name', 'value'); | ||
} | ||
} | ||
catch (e) { | ||
} | ||
return options; | ||
@@ -138,0 +143,0 @@ } |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-browserless", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "n8n mode integrate with Browserless platform", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
106957
1907