diff --git a/app/api/jobs/[id]/route.ts b/app/api/jobs/[id]/route.ts index ccd8a9d9..14713430 100644 --- a/app/api/jobs/[id]/route.ts +++ b/app/api/jobs/[id]/route.ts @@ -16,8 +16,6 @@ function validateJobId(id: string): NextResponse | null { } // ─── GET /api/jobs/[id] ─────────────────────────────────────────────────────── -// Returns real job status from the store. No simulation — the AI backend is -// the sole writer of progress/status via the callback route. export async function GET( request: NextRequest,