| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { type NextRequest, NextResponse } from 'next/server' |
| 3 | import { updateWorkspaceCredentialContract } from '@/lib/api/contracts/credentials' |
| 4 | import { getValidationErrorMessage, parseRequest } from '@/lib/api/server' |
nothing calls this directly
no test coverage detected