b4067c7685
session.user is narrowed inside the early-return guard but TypeScript does not carry that narrowing into the Prisma transaction callback. Extract to a const immediately after the guard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>