Skip to content

Commit 66839d4

Browse files
committed
Refactor code for consistency by removing unnecessary commas in route.ts and ContentPlanList.tsx
1 parent b74c535 commit 66839d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/generate-chain/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { NextResponse } from "next/server";
22
import { createGenerator } from "../../../lib/ai-generator/create-generator";
3+
34
// Исключаем этот API роут из статической генерации
45
export function generateStaticParams() {
56
return [{ id: "this-is-a-dummy-id-for-static-build" }];

0 commit comments

Comments
 (0)