Skip to content

Commit

Permalink
Emergency bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Apr 16, 2024
1 parent 5d3f933 commit 69c27a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/api/volunteer-logs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export default async function handler(
await dbConnect();

// TODO: remove this after development
Users.find();
VolunteerEvents.find();

const logs = (await VolunteerLogs.find()
.populate({ path: 'user' })
Expand Down

0 comments on commit 69c27a9

Please sign in to comment.