From ad82bf45e0a7441cf4feddf1b7c9438844e20a93 Mon Sep 17 00:00:00 2001 From: Kevin Jennison Date: Wed, 24 Jan 2024 13:34:54 -0500 Subject: [PATCH] Update index.js https://github.com/m4nuC/async-busboy/pull/50 --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index f4d6819..8107bc1 100644 --- a/index.js +++ b/index.js @@ -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);