Files
phaseflow/src/app/api/today/route.test.ts
Petru Paler 3e2d9047fb
All checks were successful
Deploy / deploy (push) Successful in 1m39s
Fix PocketBase date query - use range operators not contains
The ~ contains operator doesn't work with PocketBase date fields.
Use >= and < operators with YYYY-MM-DD format instead, matching
the working /api/history pattern.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 15:24:00 +00:00

18 KiB