.
This commit is contained in:
parent
72654e9ce7
commit
a4adcb1388
@ -256,7 +256,6 @@ const extraControllers = {
|
||||
const user = await userService._getUserByEmail(email);
|
||||
if (user) {
|
||||
const result = await eventInscriptionService._getInscriptionByEventAndUser(eventId, user.id);
|
||||
console.log('result:>>>> ', result)
|
||||
if (result) return handleResultResponse(result.stateText, null, params, res, httpStatus.OK);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user