Comparing version 1.3.3 to 1.3.4
@@ -254,3 +254,3 @@ const makeFetch = require('make-fetch') | ||
res.statusCode = 200 | ||
res.headers = {} | ||
res.headers['Content-Type'] = req.mainRes | ||
} else { | ||
@@ -290,3 +290,3 @@ if(req.mainQuery.length === 64){ | ||
res.statusCode = 200 | ||
res.headers = {} | ||
res.headers['Content-Type'] = req.mainRes | ||
} | ||
@@ -293,0 +293,0 @@ break |
{ | ||
"name": "btp-fetch", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22801