Skip to content

Commit

Permalink
fix accental import of type-is
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Oct 3, 2024
1 parent 8e753da commit ee7cb28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/types/urlencoded.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var createError = require('http-errors')
var debug = require('debug')('body-parser:urlencoded')
var isFinished = require('on-finished').isFinished
var read = require('../read')
var typeis = require('type-is')
var typeis = require('./type-is')
var qs = require('qs')

/**
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"on-finished": "2.4.1",
"qs": "6.13.0",
"raw-body": "git+https://github.com/HalleyAssist/raw-body.git",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ee7cb28

Please sign in to comment.