fix: remove non-existent deleted_at column from stops query
Deploy to route.crispygoat.com / deploy (push) Successful in 3m59s
Deploy to route.crispygoat.com / deploy (push) Successful in 3m59s
This commit is contained in:
@@ -58,7 +58,6 @@ export default async function AdminStopsPage({ searchParams }: PageProps) {
|
||||
s.time,
|
||||
s.location,
|
||||
s.status,
|
||||
s.deleted_at,
|
||||
s.brand_id,
|
||||
s.address,
|
||||
s.zip,
|
||||
@@ -80,7 +79,6 @@ export default async function AdminStopsPage({ searchParams }: PageProps) {
|
||||
time: r.time ?? "",
|
||||
location: r.location ?? "",
|
||||
active: r.status === "active",
|
||||
deleted_at: r.deleted_at,
|
||||
brand_id: r.brand_id,
|
||||
address: r.address,
|
||||
zip: r.zip,
|
||||
|
||||
Reference in New Issue
Block a user