Comparing version 2.0.7 to 2.0.8
@@ -96,3 +96,4 @@ 'use strict'; | ||
options.data = null; | ||
req.files.forEach(f => { | ||
Array.isArray(req.files) && req.files.forEach(f => { | ||
form.buffer(f.fieldname, f.buffer, f.originalname); | ||
@@ -99,0 +100,0 @@ }); |
{ | ||
"name": "hc-proxy", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "honeycomb api proxy express middleware.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
52603