fix(db): add image: null to Pet factory

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
groombook-engineer[bot]
2026-04-02 12:35:05 +00:00
parent fa5ddc0792
commit 71a6623da2
+1
View File
@@ -97,6 +97,7 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
customFields: {},
photoKey: null,
photoUploadedAt: null,
image: null,
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};