Skip to content

Commit

Permalink
rm: maxDuration vercel option
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed Sep 15, 2024
1 parent db557c5 commit ddbb479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(content)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { UserRole } from "@prisma/client";
import { signIn, useSession } from "next-auth/react";
import React, { useEffect, useState } from "react";

export const maxDuration = 300;
// export const maxDuration = 300;

function processEvents(
category: string,
Expand Down

0 comments on commit ddbb479

Please sign in to comment.