diff --git a/packages/db/src/factories.ts b/packages/db/src/factories.ts index eedc6e5..ca7cf4b 100644 --- a/packages/db/src/factories.ts +++ b/packages/db/src/factories.ts @@ -97,6 +97,7 @@ export function buildPet(overrides: Partial & { 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"), };