parent
d6032dda0d
commit
06085dd5f5
|
@ -1,5 +1,6 @@
|
||||||
const Constants = require("./constants.js");
|
const Constants = require("./constants.js");
|
||||||
|
|
||||||
|
// Specific sanity for content-type header
|
||||||
function sanityContentType(contentType) {
|
function sanityContentType(contentType) {
|
||||||
if(contentType) {
|
if(contentType) {
|
||||||
return Array.of(contentType)
|
return Array.of(contentType)
|
||||||
|
|
Loading…
Reference in New Issue