Skip to content

Commit

Permalink
refactor: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 15, 2021
1 parent 2a0b0a1 commit f8bf3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Server.js
Expand Up @@ -491,7 +491,6 @@ class Server {
}

// normalize `headers`

if (
typeof options.headers !== "undefined" &&
Array.isArray(options.headers)
Expand Down
3 changes: 3 additions & 0 deletions lib/options.json
Expand Up @@ -381,6 +381,9 @@
"description": "value of header.",
"type": "string"
}
},
"cli": {
"exclude": true
}
},
"Headers": {
Expand Down

0 comments on commit f8bf3ff

Please sign in to comment.