From 5131c3184e8aead510ad7ffbab3cc623b8c05574 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 21 Jul 2025 12:36:05 +0100 Subject: [PATCH] triggering deploy --- src/app/api/plan/trigger/route.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 || "",