diff --git a/src/app/api/plan/trigger/route.ts b/src/app/api/plan/trigger/route.ts index bb18f7c..f2ac487 100644 --- a/src/app/api/plan/trigger/route.ts +++ b/src/app/api/plan/trigger/route.ts @@ -40,8 +40,7 @@ export async function POST(request: NextRequest) { } try { - // We'll trigger the plan build in our fastapi backend and then the user will just have to - // wait for the plan to be ready + // We'll trigger the plan build in our fastapi backend and then the user will just have to wait for the plan to be ready const headers = { "x-api-key": process.env.FASTAPI_API_KEY || "",