Comparing version 2.1.0-beta.6 to 2.1.0-beta.7
@@ -13,3 +13,4 @@ const debug = require('debug')('clout-js:api'); | ||
.then((data) => { | ||
if (!resp.headerSent) { | ||
const headerSent = !!resp._header; | ||
if (!headerSent) { | ||
return resp.ok(data); | ||
@@ -16,0 +17,0 @@ } |
{ | ||
"name": "clout-js", | ||
"version": "2.1.0-beta.6", | ||
"version": "2.1.0-beta.7", | ||
"description": "Clean, simplistic, enterprise grade full-stack NodeJS framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2725502
6242