Skip to content

Commit

Permalink
left a TODO for switching to new getDB implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dddictionary committed Jun 25, 2024
1 parent eb5edb0 commit 02a1765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/projectsDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 02a1765

Please sign in to comment.