| 1 | import { db } from '@sim/db' |
| 2 | import { type NextRequest, NextResponse } from 'next/server' |
| 3 | import { getWorkspaceBackgroundWorkContract } from '@/lib/api/contracts/workspace-fork' |
| 4 | import { parseRequest } from '@/lib/api/server' |
nothing calls this directly
no test coverage detected