We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7462ef commit 90c7c6dCopy full SHA for 90c7c6d
backend/routes/common.ts
@@ -12,12 +12,12 @@ import { prepopulateMeetInfo } from "./meet_info";
12
export function getDeadline(type) {
13
switch (type) {
14
case "is":
15
- return new Date("2023-12-11T08:45:00.000Z");
+ return new Date("2023-12-12T08:45:00.000Z");
16
case "stanford":
17
return new Date("2024-01-14T07:59:00.000Z");
18
case "oos":
19
default:
20
21
}
22
23
0 commit comments