Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/api/jobs/[id]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading