We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b05e commit 586bb2aCopy full SHA for 586bb2a
1 file changed
src/server/router/judging.ts
@@ -982,7 +982,9 @@ export const timeSlotRouter = router({
982
);
983
984
// Schedule MLH judging slots
985
- const mlhSlotsToSchedule = Math.floor(input.slotDurationMinutes / MLH_SLOT_MINUTES);
+ const mlhSlotsToSchedule = Math.floor(
986
+ input.slotDurationMinutes / MLH_SLOT_MINUTES,
987
+ );
988
let mlhStartTime = currentTimeChunk;
989
990
for (
0 commit comments