Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison authored Jan 24, 2024
1 parent c68d7b8 commit 41ce1cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module.exports = function (request, options) {
function cleanup() {
bb.removeListener('field', onField);
bb.removeListener('file', customOnFile || onFile);
bb.removeListener('close', cleanup);
bb.removeListener('end', cleanup);
bb.removeListener('error', onEnd);
bb.removeListener('partsLimit', onEnd);
Expand Down

0 comments on commit 41ce1cb

Please sign in to comment.