| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { type NextRequest, NextResponse } from 'next/server' |
| 3 | import { verifyCronAuth } from '@/lib/auth/internal' |
| 4 | import { dispatchCleanupJobs } from '@/lib/billing/cleanup-dispatcher' |
nothing calls this directly
no test coverage detected