chore: delete empty features module, fix RaceRow timestamp types #11
Reference in New Issue
Block a user
Delete Branch "chore/phase4-cleanup-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove dead frontend/src/features/index.ts (empty export, unused)
RaceRow: created_at/updated_at typed as Date to match pg TIMESTAMPTZ runtime
rowToDto: explicit toISOString() conversion instead of relying on JSON.stringify
Mock DB: return Date objects for timestamp fields to match real pg behavior