| 1 | import { Answer, Comment, Question } from '@prisma/client'; |
| 2 | import { ActionState } from '@/lib/create-safe-action'; |
| 3 | import { z } from 'zod'; |
| 4 | import { VoteHandleSchema } from './schema'; |
nothing calls this directly
no outgoing calls
no test coverage detected