Merge branch 'staging' into preprod

This commit is contained in:
Vins 2024-04-24 11:35:20 +02:00
commit a570b2090e

View File

@ -63,6 +63,7 @@ export default class UserController extends ApiController {
this.httpNotFoundRequest(response, "user not found"); this.httpNotFoundRequest(response, "user not found");
return; return;
} }
//Hydrate user to be able to use his contact //Hydrate user to be able to use his contact
const userHydrated = User.hydrate<User>(prismaUser, { strategy: "excludeAll" }); const userHydrated = User.hydrate<User>(prismaUser, { strategy: "excludeAll" });