Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-07-24 15:40:54 -03:00
parent d6032dda0d
commit 06085dd5f5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
const Constants = require("./constants.js");
// Specific sanity for content-type header
function sanityContentType(contentType) {
if(contentType) {
return Array.of(contentType)