From 9547e3a158a1442362323edcf6a60dfaed26b4fc Mon Sep 17 00:00:00 2001 From: Matt Rogers <42357482+twitchyvr@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:00:42 -0700 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 11e43a2..8c0eecb 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ module.exports = async function (context, req) { const parse = util.promisify(form.parse).bind(form) // Parse the form - const { fields, files } = await parse(req) + // const { fields, files } = await parse(req) // Get uploaded file const uploadedFile = files.ibtFile