Files
Grow/src
arnaudne b4067c7685 fix(duplicate-day): extract userId before closure to satisfy TS strict null check
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>
2026-06-25 08:41:56 +02:00
..
2026-06-18 22:01:05 +02:00