Skip to content

Commit

Permalink
fix(koa2): remove ctx.querystring (#84)
Browse files Browse the repository at this point in the history
fixes #77
  • Loading branch information
wisdom-yzh authored and tunnckoCore committed May 11, 2017
1 parent 280bb1a commit e42fdca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ utils.setParsers = function setParsers (ctx, opts) {
opts.qs || // alias
ctx.app && ctx.app.querystring ||
ctx.app && ctx.app.qs || // alias
ctx.querystring ||
ctx.qs // alias

utils.bodyParsers(ctx)
Expand Down

0 comments on commit e42fdca

Please sign in to comment.