fix: use correct column names for stops (cutoff_date not cutoff_time) and replace mock Supabase with real pool queries in stops detail/new pages
Deploy to route.crispygoat.com / deploy (push) Successful in 4m5s

This commit is contained in:
Tyler
2026-06-10 13:48:30 -06:00
parent 24cf9a7261
commit b5f7252ac0
4 changed files with 110 additions and 63 deletions
+1
View File
@@ -13,6 +13,7 @@ export type Stop = {
address?: string | null;
zip?: string | null;
cutoff_time?: string | null;
cutoff_date?: string | null;
brands: { name: string } | { name: string }[];
};