Skip to content

Commit d942350

Browse files
authored
Merge pull request #49 from Kaushik4141/main
time chnages
2 parents f8eb679 + ea46e58 commit d942350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/services/vote.Service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function isVotingOpen(): boolean {
2626

2727
if (day === 29) {
2828
const startMinsDay2 = 9 * 60 + 30; // 9:30 AM (570)
29-
const endMins = 12 * 60; // 12:00 PM (720)
29+
const endMins = 4 * 60 +30; // 4:30 PM (270)
3030
return timeInMinutes >= startMinsDay2 && timeInMinutes <= endMins;
3131
}
3232

0 commit comments

Comments
 (0)