fix(db): set isSuperUser=false for Jordan Lee in full seed path (GRO-511) #243

Closed
lint-roller-qa[bot] wants to merge 1 commits from fix/gro-441-auth-provider-500 into main
+1 -1
View File
@@ -403,7 +403,7 @@ async function seed() {
// ── Staff ──
// Deterministic staff IDs so they can be referenced in scripts/tests
const managerStaff = [
{ id: uuid(), name: "Jordan Lee", email: "jordan@groombook.dev", role: "manager" as const, isSuperUser: true },
{ id: uuid(), name: "Jordan Lee", email: "jordan@groombook.dev", role: "manager" as const, isSuperUser: false },
];
const receptionistStaff = [