chore: promote dev → uat (GRO-1678 TCP resilience + backlog fixes) #67

Merged
The Dogfather merged 5 commits from dev into uat 2026-05-24 23:49:12 +00:00
Showing only changes of commit 9f2809e89b - Show all commits
-2
View File
@@ -105,8 +105,6 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
photoKey: null,
photoUploadedAt: null,
image: null,
coatType: null,
petSizeCategory: null,
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};