From 2afff9c807e5ce97da78cca4107565e59d018113 Mon Sep 17 00:00:00 2001 From: Stefan Bohacek Date: Wed, 30 Aug 2023 13:52:34 -0400 Subject: [PATCH] Debugging Safari. --- routes/extract-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/extract-data.js b/routes/extract-data.js index efdf1c4..626284a 100644 --- a/routes/extract-data.js +++ b/routes/extract-data.js @@ -15,7 +15,7 @@ const router = express.Router(); router.post("/", upload, async (req, res) => { const {file} = req; - // console.log({file}); + console.log({file}); let data = {}; if (file) {