forked from admin/runners-calendar
chore: delete empty features module, fix RaceRow timestamp types
- 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 Made-with: Cursor
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export {};
|
||||
Reference in New Issue
Block a user