lambda-wrap
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -53,3 +53,3 @@ 'use strict'; | ||
if (!res) { | ||
if (!res || headers['Content-type'] || headers['content-type']) { | ||
// leave it, it's ok, that's empty | ||
@@ -56,0 +56,0 @@ } else if (res.body === null) { |
{ | ||
"name": "lambda-wrap", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "AWS Serverless wrapper for async generators", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
32762