Skip to content

Commit

Permalink
🔥 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed May 24, 2024
1 parent 1a43910 commit 86804fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/types/urlencoded.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ function urlencoded (options) {
var opts = options || {}

var extended = Boolean(opts.extended)
var inflate = opts.inflate !== false
var limit = typeof opts.limit !== 'number'
? bytes.parse(opts.limit || '100kb')
: opts.limit
var type = opts.type || 'application/x-www-form-urlencoded'
var charset = opts.charset || 'utf-8'

Expand Down

0 comments on commit 86804fe

Please sign in to comment.