Skip to content

Commit d11dbf7

Browse files
committed
Update handler.ts
1 parent 8d099b2 commit d11dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-10-4T10:30:00');
17+
const CHECK_IN_START_DATE = new Date('2025-10-04T10: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)