From 40eda8202295fb85c11f92d59482cbe2ecdf89f9 Mon Sep 17 00:00:00 2001 From: "Kar l5.G" Date: Fri, 14 Feb 2025 01:33:59 +0530 Subject: [PATCH] node v --- src/routes/api/aiFeedbackOnReportWithFollowup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api/aiFeedbackOnReportWithFollowup.js b/src/routes/api/aiFeedbackOnReportWithFollowup.js index cbe3eee..305d72d 100644 --- a/src/routes/api/aiFeedbackOnReportWithFollowup.js +++ b/src/routes/api/aiFeedbackOnReportWithFollowup.js @@ -1,7 +1,7 @@ const aiFollowupQuestion = async (req, res) => { const { MongoClient } = require('mongodb'); - const fetch = require('node-fetch'); + // const fetch = require('node-fetch'); const { v4: uuidv4 } = require('uuid'); const url = process.env.MONGODB_URL; const dbName = process.env.MONGO_DB_NAME;