Skip to content

Commit

Permalink
fix: busboy is not a constructor (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Aug 12, 2023
1 parent dccf575 commit 9261ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/busboy/contestants/busboy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Busboy = require('busboy')
const { buffer, boundary } = require('../data')

function process () {
const busboy = new Busboy({
const busboy = Busboy({
headers: {
'content-type': 'multipart/form-data; boundary=' + boundary
}
Expand Down

0 comments on commit 9261ecb

Please sign in to comment.