promote: uat → main (GRO-1509 OIDC accountLinking fix) #46
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user