Skip to content

Commit b5c38c6

Browse files
authored
update to 4 hours (#296)
1 parent 028e31c commit b5c38c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/interview-slot/interview-slot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class InterviewSlotService {
133133
where: {
134134
internId: null,
135135
start: {
136-
gte: new Date(new Date().getTime() + 8 * 60 * 60 * 1000),
136+
gte: new Date(new Date().getTime() + 4 * 60 * 60 * 1000),
137137
},
138138
AND: [
139139
{

0 commit comments

Comments
 (0)