| 1 | import { PublicUserSessionSchema } from '#shared/schemas/publicUserSession' |
| 2 | import { safeParse } from 'valibot' |
| 3 | |
| 4 | export default eventHandlerWithOAuthSession(async (event, _, serverSession) => { |
nothing calls this directly
no test coverage detected