.
This commit is contained in:
parent
219e2081c8
commit
22508cdd3b
@ -250,7 +250,7 @@ const extraControllers = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
createReservationToEntity: async (req, res, next) => {
|
createReservationToEntity: async (req, res, next) => {
|
||||||
console.log(">>>>>>>>>>>>>>>>>>>> createReservationToEntity");
|
console.log(">>>>>>>>>>>>>>>>>>>> createReservationToEntity>>>> ",dataUser);
|
||||||
const params = extractParamsFromRequest(req, res, {});
|
const params = extractParamsFromRequest(req, res, {});
|
||||||
let dataInscription = res.locals.dataInscription;
|
let dataInscription = res.locals.dataInscription;
|
||||||
if (!dataInscription || !dataInscription.event)
|
if (!dataInscription || !dataInscription.event)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user