| 1 | import { type NextRequest, NextResponse } from 'next/server' |
| 2 | import { pausedWorkflowExecutionsContract } from '@/lib/api/contracts/workflows' |
| 3 | import { parseRequest } from '@/lib/api/server' |
| 4 | import { withRouteHandler } from '@/lib/core/utils/with-route-handler' |
nothing calls this directly
no test coverage detected