Skip to content

Commit

Permalink
Update stats-router.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
divyack2 authored Sep 18, 2024
1 parent 33c4d4d commit 8c5452a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/stats/stats-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ statsRouter.get(
const day = getCurrentDay();
const dayField = `hasPriority.${day}`;
const attendees = await Database.ATTENDEE.find({
hasCheckedIn: true,
[dayField]: true,
});

Expand Down

0 comments on commit 8c5452a

Please sign in to comment.