.
This commit is contained in:
parent
e6e781214b
commit
ca702f93ea
@ -454,6 +454,7 @@ console.log('>checkInscriptionByMail>>>>>>>>>>>>>>>>>>>>>>>>>>>>>', eventId, ema
|
||||
},
|
||||
|
||||
deleteInscription: async (req, res, next) => {
|
||||
console.log('DELETEEEEEEE');
|
||||
const params = extractParamsFromRequest(req, res, {});
|
||||
const user = req.user;
|
||||
const inscriptionId = params.params.id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user