Skip to content

Commit bcc9539

Browse files
committed
Update start time to 11:35 AM IST
1 parent 2cc2aaf commit bcc9539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Treasure_Hunt_Backend/src/controllers/teamController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const getCurrentQuestion = async (req, res) => {
182182
const { id: userId, username } = req.user;
183183

184184
// ── EVENT START GATE ──
185-
const EVENT_START = new Date('2026-03-06T11:15:00+05:30');
185+
const EVENT_START = new Date('2026-03-06T11:35:00+05:30');
186186
const now = new Date();
187187
if (now < EVENT_START) {
188188
return res.json({

0 commit comments

Comments
 (0)