Skip to content

Commit d574f61

Browse files
ctcpipPhillip9587
authored andcommitted
🔥 clean up
1 parent e1e629b commit d574f61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎lib/types/urlencoded.js‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ function urlencoded (options) {
3333
var opts = options || {}
3434

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

0 commit comments

Comments
 (0)