From 33ae3cceedba84fa5f0087b79ab0c6df5020fde8 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 22 Oct 2024 09:09:49 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6130f6c..f738b45 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "mongoose": "^8.0.4", "node-cron": "^3.0.3", "node-html-parser": "^6.1.11", - "csv-parser": "^3.0.0" // Added csv-parser for CSV reading + "csv-parser": "^3.0.0" }, "devDependencies": { "dotenv": "^16.3.1",