.
This commit is contained in:
parent
8986183a53
commit
5072a6bfb7
@ -428,7 +428,7 @@ routes.post(
|
||||
eventReservationController.activeReservationToEntity,
|
||||
|
||||
(req, res, next) => {
|
||||
res.locals.v4 = {removeFields : ["reservation"]};
|
||||
res.locals.v4 = {removeFields : ["reservation", "id", "eventId", "date", "userId", "source", "reservationId", "overflowEventId", "updatedAt", "createdAt"]};
|
||||
if (res.locals.dataInscription.reservation) {
|
||||
console.log(">>>>>>>Incripcion con reserva");
|
||||
eventReservationController.createInscriptionReservation(req, res, next);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user