chore(promote): dev → uat (Buffer Rules CRUD — GRO-1171) #34

Merged
The Dogfather merged 7 commits from dev into uat 2026-05-21 10:18:11 +00:00
Showing only changes of commit b067ba8b85 - Show all commits
+1
View File
@@ -194,6 +194,7 @@ bookRouter.post(
species: body.petSpecies,
breed: body.petBreed ?? null,
coatType: body.petCoatType ?? null,
petSizeCategory: body.petSizeCategory ?? null,
})
.returning();
const pet = petInserted[0];