Skip to content

Commit 39b57bb

Browse files
authored
fix: date (#76)
1 parent 2b9defc commit 39b57bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/api/projects/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const supabase = createClient(
1111

1212
const apiGithub = "https://api.github.com/repos/";
1313
// TODO: Change this date to the contest start date
14-
const beginContestDate = new Date("2022-03-28T18:00:00Z");
14+
const beginContestDate = new Date("2025-03-28T18:00:00Z");
1515

1616
export const POST: APIRoute = async ({ request }) => {
1717
const formData = await request.formData();

0 commit comments

Comments
 (0)