Skip to content

Commit 86804fe

Browse files
committed
🔥 clean up
1 parent 1a43910 commit 86804fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎lib/types/urlencoded.js

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ function urlencoded (options) {
3939
var opts = options || {}
4040

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

0 commit comments

Comments
 (0)