| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { generateShortId } from '@sim/utils/id' |
| 3 | import { type NextRequest, NextResponse } from 'next/server' |
| 4 | import { authorizeTrelloContract } from '@/lib/api/contracts/oauth-connections' |
nothing calls this directly
no test coverage detected