Skip to content

Commit 9a5fcaa

Browse files
authored
Update lib/types/urlencoded.js
1 parent 85f19f3 commit 9a5fcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/urlencoded.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function getCharset (req) {
210210
function parameterCount (body, limit) {
211211
var len = body.split('&').length
212212

213-
return len > limit ? undefined : len - 1;
213+
return len > limit ? undefined : len - 1
214214
}
215215

216216
/**

0 commit comments

Comments
 (0)