@advanced-rest-client/arc-headers
Advanced tools
Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "@advanced-rest-client/arc-headers", | ||
"description": "A module that contains UI and logic for handle HTTP headers in an HTTP request and request editors.", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -181,6 +181,2 @@ /** @typedef {import('@advanced-rest-client/arc-types').FormTypes.FormItem} FormItem */ | ||
} | ||
const { schema={} } = item; | ||
if (!schema.required && !item.value) { | ||
return; | ||
} | ||
parts.push(HeadersParser.itemToString(item)); | ||
@@ -187,0 +183,0 @@ }); |
115249
2568