Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdagg9 committed Sep 17, 2024
1 parent 2922ace commit 1d8cd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/stats/stats-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ statsRouter.get(
RoleChecker([Role.enum.STAFF], false),
async (req, res, next) => {
try {
const day = getCurrentDay();
const day = getCurrentDay();
const dayField = `hasPriority.${day}`;
const attendees = await Database.ATTENDEE.find({
hasCheckedIn: true,
Expand Down

0 comments on commit 1d8cd97

Please sign in to comment.