diff --git a/modules/events/event.controller.js b/modules/events/event.controller.js index 8ad1389..316f0ad 100644 --- a/modules/events/event.controller.js +++ b/modules/events/event.controller.js @@ -178,7 +178,7 @@ console.log(inscription); { const OverflowEventId = inscription.overflowEventId; - if (await eventInscriptionService._validateInscription(inscription.id) > 0) { + if (await eventInscriptionService._validateInscription(inscription.id, user.id) > 0) { console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>