From 02a176553251d56ac4036b3c1b70482dce2c4b22 Mon Sep 17 00:00:00 2001 From: Abrar Habib Date: Tue, 25 Jun 2024 13:20:04 -0400 Subject: [PATCH] left a TODO for switching to new getDB implementation --- routes/projectsDB.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/projectsDB.ts b/routes/projectsDB.ts index c4777e0..151b528 100644 --- a/routes/projectsDB.ts +++ b/routes/projectsDB.ts @@ -12,6 +12,8 @@ const router: Router = Router(); router.use(express.json()); +// TODO: Switch to using getDB() function instead of startServer(). + async function startServer() { const client: Client = await getDB();