We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eb679 commit ea46e58Copy full SHA for ea46e58
1 file changed
apps/api/src/services/vote.Service.ts
@@ -26,7 +26,7 @@ function isVotingOpen(): boolean {
26
27
if (day === 29) {
28
const startMinsDay2 = 9 * 60 + 30; // 9:30 AM (570)
29
- const endMins = 12 * 60; // 12:00 PM (720)
+ const endMins = 4 * 60 +30; // 4:30 PM (270)
30
return timeInMinutes >= startMinsDay2 && timeInMinutes <= endMins;
31
}
32
0 commit comments