Skip to content

Commit 5b378d1

Browse files
authored
Merge pull request #150 from HackRU/dev
Update handler.ts
2 parents 36a0075 + 8d099b2 commit 5b378d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions/update/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Document, WithId } from 'mongodb';
1414
// import AWS from 'aws-sdk';
1515
dotenv.config({ path: path.resolve(process.cwd(), '.env') });
1616

17-
const CHECK_IN_START_DATE = new Date('2025-11-01T10:30:00');
17+
const CHECK_IN_START_DATE = new Date('2025-10-4T10:30:00');
1818
const CHECK_IN_CUT_OFF = new Date(CHECK_IN_START_DATE.getTime() + 3 * 24 * 60 * 60 * 1000); // 3 days after check-in start
1919

2020
const update: ValidatedEventAPIGatewayProxyEvent<typeof schema> = async (event) => {

0 commit comments

Comments
 (0)