Skip to content

Commit

Permalink
fix: max duration
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Sep 24, 2024
1 parent 233c89a commit e619a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/api/(newai)/fabric-classify/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getModel } from "@/lib/models";



export const MAX_DURATION = 60;
export const maxDuration = 60;

export async function POST(request: NextRequest) {
try {
Expand Down

0 comments on commit e619a8c

Please sign in to comment.