Skip to content

Commit

Permalink
- mimetype naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ostec-marten committed Jul 27, 2022
1 parent dca3140 commit e253a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function (req, dest, fnDestFilename, opts = {}) {
rs.fieldname = fieldname
rs.filename = filename
rs.encoding = encoding
rs.mimetype = mimetype
rs.mimetype = mimeType

resolve(rs)
})
Expand Down

0 comments on commit e253a77

Please sign in to comment.