8000 Closes #23 · pengsrc/sdk-javascript@06085dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 06085dd

Browse files
committed
Signed-off-by: Fabio José <fabiojose@gmail.com>
1 parent d6032dd commit 06085dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bindings/http/commons.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const Constants = require("./constants.js");
22

3+
// Specific sanity for content-type header
34
function sanityContentType(contentType) {
45
if(contentType) {
56
return Array.of(contentType)

0 commit comments

Comments
 (0)
0