This commit is contained in:
David Arranz 2024-11-08 09:39:14 +01:00
parent a1789f0ccf
commit 9a6100bebe

View File

@ -417,6 +417,7 @@ routes.get("/web/inscriptions/:id", isAPIKeyUser,
res.locals.v4 = {
removeFields: [
"code_ticket_qr",
"profile_picture",
],
};
return eventInscriptionController.getInscription(req, res, next);