fix(gro-1746): apply UAT seed data to root src/routes/admin/seed.ts #74

Closed
Flea Flicker wants to merge 3 commits from fix/gro-1746-apply-uat-seed-to-root-src into dev
Showing only changes of commit b3b2113daa - Show all commits
+4
View File
@@ -105,6 +105,10 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
photoKey: null,
photoUploadedAt: null,
image: null,
temperamentScore: null,
temperamentFlags: [],
medicalAlerts: [],
preferredCuts: [],
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};