From 16c8a491ba9a28137d7d3ba6d673c3d3915e7034 Mon Sep 17 00:00:00 2001 From: ninom5 Date: Wed, 15 Oct 2025 22:46:34 +0200 Subject: [PATCH] update to 4 hours --- apps/api/src/interview-slot/interview-slot.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/interview-slot/interview-slot.service.ts b/apps/api/src/interview-slot/interview-slot.service.ts index c368e4a1..600288ef 100644 --- a/apps/api/src/interview-slot/interview-slot.service.ts +++ b/apps/api/src/interview-slot/interview-slot.service.ts @@ -133,7 +133,7 @@ export class InterviewSlotService { where: { internId: null, start: { - gte: new Date(new Date().getTime() + 8 * 60 * 60 * 1000), + gte: new Date(new Date().getTime() + 4 * 60 * 60 * 1000), }, AND: [ {