Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/api/projects/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const supabase = createClient(

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

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