()
| 3 | import { type RateLimitResult, validateWorkspaceAccess } from '@/app/api/v1/middleware' |
| 4 | |
| 5 | function workflowNotFoundResponse(): NextResponse { |
| 6 | return NextResponse.json({ error: 'Workflow not found' }, { status: 404 }) |
| 7 | } |
| 8 | |
| 9 | /** |
| 10 | * Resolves the target workflow for a v1 deployment mutation: loads the active |
no outgoing calls
no test coverage detected