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();