diff --git a/src/app/api/checkout/route.ts b/src/app/api/checkout/route.ts index 05cad72..aec9076 100644 --- a/src/app/api/checkout/route.ts +++ b/src/app/api/checkout/route.ts @@ -154,4 +154,3 @@ export async function POST(req: Request) { return NextResponse.json({ error: message }, { status: 500 }); } } -}